| Revision 315,
796 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
move images to webapps folder
|
| Line | |
|---|
| 1 | <!DOCTYPE html> |
|---|
| 2 | <html lang="en" > |
|---|
| 3 | |
|---|
| 4 | <head> |
|---|
| 5 | <meta charset="UTF-8"> |
|---|
| 6 | <title>D12 Map</title> |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | <link rel="stylesheet" href="css/style.css"> |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | </head> |
|---|
| 14 | |
|---|
| 15 | <body> |
|---|
| 16 | |
|---|
| 17 | <!DOCTYPE html> |
|---|
| 18 | <html lang="en"> |
|---|
| 19 | <head> |
|---|
| 20 | |
|---|
| 21 | <!-- Meta --> |
|---|
| 22 | <meta charset="UTF-8" /> |
|---|
| 23 | <title>My First Project</title> |
|---|
| 24 | |
|---|
| 25 | <!-- Styles --> |
|---|
| 26 | <link rel="stylesheet" href="styles/index.processed.css"> |
|---|
| 27 | </head> |
|---|
| 28 | <body> |
|---|
| 29 | <!-- Body --> |
|---|
| 30 | Welcome to my map. |
|---|
| 31 | <div id="mapdiv"></div> |
|---|
| 32 | |
|---|
| 33 | <!-- Scripts --> |
|---|
| 34 | <script src="js/index.js"></script> |
|---|
| 35 | <script src="js/common.js"></script> |
|---|
| 36 | <script src="js/night_mode.js"></script> |
|---|
| 37 | |
|---|
| 38 | <script async defer |
|---|
| 39 | src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD6iTyN0DjP-9OVkAgicyp4tkC10naE_B8&libraries=places&callback=initMap"> |
|---|
| 40 | </script> |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | </body> |
|---|
| 45 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.