-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<title>Scyye</title>
<meta content="Scyye's Site" property="og:title" />
<meta content="Scyye's home website" property="og:description" />
<meta content="https://scyye.github.io/" property="og:url" />
<meta content="../Assets/logo.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<head>
<meta charset="UTF-8">
<title>Scyye</title>
</head>
<header style="font-family: 'Comic Sans MS',serif;">
<span style="font-size: xxx-large">
Welcome to my site<br>
</span>
</header>
<body>
<br>
<span style="font-size: x-large">
All my random websites <br>
</span>
<span style="font-size: large; ">
<a href="music">My Music</a><br>
<a href="portfolio">My Development Portfolio (WIP)</a><br>
<a href="https://scyye.github.io/RoundsCardSuggestions">ROUNDS Card Suggestions Archive</a><br>
<br><br>
<h2>JOKE SITES</h2>
<a href="roundspets">ROUNDS Modding Community Pet Database</a><br>
<a href="https://scyye.github.io/HandFetish">Hand Fetish Joke Site</a><br>
<a href="https://bit.ly/scyyeplaytime">Playtime</a>
</span>
</body>
<body>
</body>
</html>