-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.18 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="statics/styles.css">
<title>Tanuki</title>
</head>
<body>
<div class="container">
<div class="columns">
<div class="column has-text-centered">
<img src="statics/images/logo.png" />
<h1 class="title is-1">
Tanuki
</h1>
<h2 class="subtitle is-2">
Your anime weekly calendar.
</h2>
<h3 class="subtitle is-3">
Coming soon.
</h3>
</div>
</div>
<footer class="footer has-text-centered">
<p>
Made with ❤️ by <a href="">Juanjo Salvador</a>.
</p>
<p>
Tanuki logo by <a href="">Ypsilenna</a>. Powered by <a href="">Kitsu</a>, <a href="">Notify.moe</a> and
<a href="">ARM</a>.
</p>
</footer>
</div>
</body>
</html>