forked from bennettfeely/usa-2200
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 2.67 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
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html class="is-loading" lang="en">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>USA 2200 | United Simulator of America</title>
<meta name="description" content="A retro simulation of an America where every state is battling for control of the nation">
<link rel="stylesheet" href="css/style.scss">
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<meta name="theme-color" content="#000000">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon.png">
<meta property="og:title" content="USA 2200">
<meta property="og:description" content="A retro simulation of an America where every state is battling for control of the nation">
<meta property="og:image" content="img/og-image.png">
<meta property="og:image:height" content="1152">
<meta property="og:image:width" content="2200">
<meta property="og:locale" content="en_US">
<meta meta="" property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="USA 2200">
<meta name="twitter:description" content="A retro simulation of an America where every state is battling for control of the nation">
<meta name="twitter:image" content="img/og-image.png">
<meta name="twitter:creator" content="@bennettfeely">
<meta itemprop="name" content="USA 2200">
<meta itemprop="image" content="img/og-image.png">
<meta name="description" itemprop="description" content="A retro simulation of an America where every state is battling for control of the nation">
</head>
<body>
<main class="page-wrapper">
<section class="map-wrapper">
<canvas class="map"></canvas>
</section>
<section class="ui-wrapper">
<a class="title ui" href="/">USA 2200</a>
<button class="toggle toggle-simulation ui">Pause</button>
<button class="toggle toggle-information ui">Info</button>
</section>
</main>
<aside class="add">
<div class="add-wrapper">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIL27N&placement=bennettfeelycom" id="_carbonads_js">
</script>
</div>
<button class="carbon-close ui">Close Ad</button>
</aside>
<aside class="information overlay">
<div class="information-box overlay-inner">
<p>USA 2200 is brought to you by <a href="https://bennettfeely.com">Bennett Feely</a> (<a href="https://twitter.com/bennettfeely">@bennettfeely</a>).</p>
<p>Find this project on <a href="https://github.com/bennettfeely/usa-2200">GitHub</a>.</p><p>God Bless America!</p>
</div></aside>
<header class="loading overlay">
<div class="loading-box overlay-inner"><h1>USA 2200</h1><h2 class="loading-status">Loading 0%</h2></div>
</header>
<script src="js/main.js"></script>
</body>
</html>