-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·58 lines (52 loc) · 2.51 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
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<!-- okay, sorry, listen, i have no
idea how any of this shit works -->
<head>
<meta charset="UTF-8">
<link rel='stylesheet' type='text/css' href='style.css'>
<script src="https://kit.fontawesome.com/d453510ff5.js" crossorigin="anonymous"></script>
<meta name="keywords" content="music, electronic">
<meta name="description" content="ivy sly webzone">
<meta name="author" content="Ivy Sly">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<meta name="language" content="English">
<meta name="title" content="Ivy Sly">
<meta name="twitter:site" content="@ivy_sly_">
<meta name="twitter:creator" content="@ivy_sly_">
<meta name="twitter:title" content="Ivy Sly">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="ivy sly webzone">
<meta name="twitter:image" content="https://ivysly.com/card.png">
<meta property="og:title" content="Ivy Sly">
<meta property="og:type" content="website">
<meta property="og:image" content="https://ivysly.com/card.png">
<meta property="og:description" content="ivy sly webzone">
<link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png>
<link rel=icon type=image/png sizes=16x16 href=favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=favicon-32x32.png>
<link rel=icon type=image/png sizes=192x192 href=android-chrome-192x192.png>
<link rel=icon type=image/png sizes=512x512 href=android-chrome-512x512.png>
<title>ivy sly</title>
</head>
<body>
<div class="container">
<div class="header">
<a href="/"><h1>ivy sly</h1></a>
</div>
<div class="linkbar linkbar-top linkbar-arrow linkbar-home">
<a href="./games.html">games</a><br>
<a href="./music.html">music</a><br>
<a href="./blog/index.html">words</a><br>
<a href="./about.html">info</a><br>
</div>
<!-- <div class="content"> -->
<!-- <div class="linkbar linkbar-bottom linkbar-icons"> -->
<!-- <a href="https://twitter.com/ivy_sly_"><i class="fab fa-twitter"></i></a>
<a href="https://discord.gg/youronlymoveishustle"><i class="fab fa-discord"></i></a>
<a href="https://github.com/uzkbwza"><i class="fab fa-github-alt"></i></a>
<a href="https://ivysly.itch.io"><i class="fab fa-itch-io"></i></a>
<a href="/blog/rss.xml"><i class="fas fa-rss"></i></a> -->
<!-- </div> -->
<!-- </div> -->
</body>