-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.49 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
<html>
<head>
<title>LudumPad</title>
<link href='styles.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div style="position: absolute; top: 0px; right: 0px; width: 150px; height: 150px; overflow: hidden;">
<a href="https://github.com/ludumpad" class="ribbon">Fork me on GitHub</a>
</div>
<div class='ditto'>
<div class='neon'>
<h1>Ludumpad</h1>
<p class='summary'>Use mobile devices as game controllers with just a few lines of code.</p>
</div>
<script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script>
<iframe class="vine-embed" src="https://vine.co/v/h3AjZEMlzuO/embed/postcard?audio=1" width="320" height="320" frameborder="0"></iframe>
<iframe class="vine-embed" src="https://vine.co/v/h3AI5dTJbZh/embed/postcard?audio=1" width="320" height="320" frameborder="0"></iframe>
<p class='signature'>
by
<a href='https://twitter.com/dasilvacontin'>@dasilvacontin</a>
and
<a href='https://twitter.com/glztt'>@glztt</a>
</p>
</div>
<!--
/~\_.-~-._,--.._
| ~-.._
| . . \
| / Amw
| --...., | \
/ \
| |
| \
/ |
\_.-._ __...___.._______/
~~
-->
</body>
</html>