- Notifications
You must be signed in to change notification settings - Fork 27.3k
/
Copy pathindex.html
17 lines (16 loc) · 573 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<htmllang="en-US">
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Mapquest example</title>
<scriptsrc="https://api.mqcdn.com/sdk/mapquest-js/v1.3.2/mapquest.js" defer></script>
<scriptsrc="script.js" defer></script>
<linktype="text/css" rel="stylesheet" href="https://api.mqcdn.com/sdk/mapquest-js/v1.3.2/mapquest.css"/>
<linkhref="style.css" rel="stylesheet">
</head>
<body>
<h1>Simple Mapquest example</h1>
<divid="map"></div>
</body>
</html>