-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.08 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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cold_Toast</title>
<link href = "style.css" rel = stylesheet>
</head>
<body>
<h1>Cold_Toast.exe</h1>
<br>
<img src = image.png class = pfp>
<br>
<br>
<div class = about>
<h2>About Me :3</h2>
<p>Hiiii im Cold_Toast.exe, or Toast for short. I'm a vtuber that streams a bunch of</p>
<p>different games, usually the new ones that come out. Join the stream and have fun:3.</p>
</div>
<br>
<h2>Links</h2>
<button onclick="location.href='https://www.twitch.tv/cold_toast_exe'" type="button">Twitch</button>
<br>
<button onclick="location.href='https://discord.gg/xuR8FzBPDs'" type="button">Discord</button>
<br>
<br>
<br>
<br>
</body>
<footer>
<br>
<p>Site Made By STORM_VTUBER for Cold_Toast.exe</p>
<a href="https://storm-mcctc.github.io/STORM-Funny-webpage/">STORM - Site Admin</a>
<p>last update to site: 9/11/24</p>
<br>
</footer>
</html>