-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 988 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vanillo</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div class="center">
<img draggable="false" class="screenshot" src="/img/screenshot.png" alt="Screenshot of a Vanillo video page">
</div>
<div class="center min-container">
<div class="text">
<img class="wordmark" src="/img/wordmark.png" alt="Vanillo wordmark">
<p>
Vanillo is a new video-sharing platform,
<br> and we're currently accepting <a href="https://apply.vanillo.tv"><u>beta testers</u></a>.
<br> <br>
Join us publicly on the <a href="https://twitter.com/VanilloPR/status/1527397122160607235"><u>25th of December</u></a>.
</p>
</div>
</div>
</body>
</html>