-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (46 loc) · 1.68 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<!--
/**
* @license
* MyFonts Webfont Build ID 3599990, 2018-06-24T15:00:04-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Mexcellent3D-Regular by Typodermic
* URL: https://www.myfonts.com/fonts/typodermic/mexcellent/3d/
*
* Webfont: Mexcellent-Regular by Typodermic
* URL: https://www.myfonts.com/fonts/typodermic/mexcellent/regular/
*
*
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3599990
* Licensed pageviews: 20,000
* Webfonts copyright: (c) 2000-2011 Typodermic Fonts. See attached license agreement
* for more information. If license is missing, visit typodermicfonts.com
*
* © 2018 MyFonts Inc
*/
-->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="MyFontsWebfontsKit.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Frogger Chilango</title>
</head>
<body>
<div id="frogger" style="font-family:'Mexcellent-Regular'";>
<header> <h1>Frogger Chilango</h1>
<img src='./images/cityscape.png'></header>
<canvas id="canvas" width="1024px" height="512px"></canvas>
<p><strong>Navigate Sr. Xólotl safely across the street and on to a chinampa using the arrow keys.</strong></p>
</div>
<script src="script.js"></script>
</body>
</html>