-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 863 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#17294c" />
<meta name="description" content="A playable strategy simulation of the close 1976 presidential campaign between Jimmy Carter and Gerald Ford." />
<meta property="og:title" content="1976: As Seen on TV!" />
<meta property="og:description" content="Plan a 25-week campaign, navigate historical decisions, find a road to 270, and watch election night unfold." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aribradshaw.github.io/1976/" />
<title>1976: Election Simulation</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>