-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (35 loc) · 1019 Bytes
/
index.html
File metadata and controls
47 lines (35 loc) · 1019 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<style>
html, body {
margin: 0; padding: 0; text-align: center;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}
h1 {
font-weight: 300;
font-size: 4em;
}
img, video {
width: 50%;
margin: 10px 0;
}
</style>
<script>
</script>
</head>
<body>
<h1>nafwa's collection</h1>
<a href="https://github.com/mofarrell/p2pvc">
<img src="https://camo.githubusercontent.com/5986738686227e1602058824a51699aabf6bbcec/687474703a2f2f6769616e742e6766796361742e636f6d2f486964656f757353706966667941646465722e676966">
</a>
<a href="https://github.com/emgram769/vim-multiuser">
<video src="http://bwasti.com/static/images/vim-multiuser.webm" autoplay>
</a>
<a href="https://github.com/mofarrell/n3">
<video src="http://zippy.gfycat.com/HeftyAdventurousBaldeagle.webm" autoplay>
</a>
</body>
</html>