-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 915 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>Web Animations API .space</title>
<style>
* { padding: 0; margin: 0 }
html, body {
width: 100%;
height: 100%;
background: hsl(0, 0%, 10%);
color: hsl(0, 0%, 90%);
font: 16px/1.4 sans-serif;
text-align: center;
}
h1 {
font-size: 24px;
margin: 4em 0 1em;
}
p {
margin-bottom: 1.2em;
}
</style>
<body>
<!-- Markup -->
<h1>Web Animations API .space</h1>
<p>
A space-themed game on the Web Animations API, taking inspiration from <a href="http://www.flexboxdefense.com/">http://www.flexboxdefense.com/</a> & <a href="http://flexboxfroggy.com/">http://flexboxfroggy.com/</a>
</p>
<p>
The github repo is located at: <a href="https://github.com/choreography/waapi-space">https://github.com/choreography/waapi-space</a>
</p>