-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="description" content="a flipnote project">
<meta name="theme-color" content="#744000">
<meta name="twitter:title" content="flipnote.studio">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="a flipnote project">
<meta property="og:title" content="flipnote.studio">
<meta property="og:image" content="http://flipnote.studio/favicon.png">
<meta property="twitter:description" content="a flipnote project">
<title>flipnote.studio</title>
</head>
<body>
<center>
<i><h1 id="logo">flipnote.studio</h1></i>
<h3>Coming...</h3>
<h4>Maybe,</h4>
<h5>Eh, don’t count on it.</h5>
<p>In the meantime, why not check out <a href="http://sudomemo.net">Sudomemo</a>?</p>
</center>
<footer>last updated 2025-01-17</footer>
<footer id="nightcatlogo"><div onclick="window.location = 'http://nightcat.gg'">nc</div></footer>
</body>
</html>