-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlink.html
39 lines (38 loc) · 1.4 KB
/
link.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>zetta</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<center>
<img src="bruh.jpg">
<h1>hi hi welcome to my website</h1>
<p>this is <i>not</i> the main site, this is just a clutter free version of the website, only including important links and without the fun the main site got.</p>
<br>
<a style="color: #5940ff;" href="https://www.youtube.com/channel/UChZNUd6MTDz2NohQYL0AwGw">youtube</a>
<br>
<a style="color: #5940ff;" href="https://www.twitter.com/zettavevo">twitter</a>
<br>
<a style="color: #5940ff;" href="https://twitter.com/UnfunnyOOC">unfunnyooc</a>
<br>
<a style="color: #5940ff;" href="https://discord.gg/PrnR9BcJsA">discord</a>
<br>
<a style="color: #5940ff;" href="https://www.youtube.com/channel/UCk3xZQUUICZilkvf88HvjdA">alt yt</a>
<br>
<a style="color: #5940ff;" href="https://twitter.com/zettaexalt">alt twitter</a>
<br>
<a style="color: #5940ff;" href="https://ztxa.bandcamp.com/">bandcamp</a>
<br>
<a style="color: #5940ff;" href="https://zettaexa.newgrounds.com">newgrounds</a>
<br>
<a style="color: #5940ff;" href="about.html">about me</a>
<br>
<a style="color: #5940ff;" href="index.html">main page</a>
<br>
<p>thanks for looking at my funny website!!!!!!!!!!!!!!!!!!!!!</p>
</center>
</body>
</html>