-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Epic and Cool Website!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Epic and Cool Website!</h1>
<p>website under constuction :3</p>
<br>
<h2>Other Pages</h2>
<a href="projects.html"> |My Projects| <a>
<br>
<a href="commissions.html"> |Commissions|</a>
<br>
<a href="about.html"> |About| </a>
<br>
<br>
<div style=" align-self: center; 56.25%; position: relative;"><iframe style="position: absolute; top: 0px; left: 0px; width: 500px; height: 300px;" width="500px" height="300px" src="https://player.twitch.tv/?channel=storm_vtuber&muted=true&parent=storm-mcctc.github.io" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; fullscreen" ><small>Powered by <a href="https://embed.tube/embed-code-generator/twitch/">twitch embed</a> generator</small></iframe></div>
<br>
<h2>social Links</h2>
<button id="twitch" onclick="location.href='https://www.twitch.tv/storm_vtuber'" type="button"> Twitch - @STORM_VTUBER</button>
<br>
<button id="twitter1" onclick="location.href='https://twitter.com/@STORM_VTUBER'" type="button"> Twitter - @STORM_VTUBER </button>
<br>
<button id="twitter2" onclick="location.href='https://twitter.com/@STORM_Plus'" type="button"> Twitter - Silly Account :3</button>
<br>
<button id="youtube" onclick="location.href='https://www.youtube.com/@STORM_VTUBER'" type="button"> Youtube - @STORM_VTUBER </button>
<br>
<button id="discord1" onclick="location.href='https://discord.gg/BkQZXY544d'" type="button"> Discord - STORM & Co. </button>
<br>
<button id="discord2" onclick="location.href='https://discord.gg/wq2P2thvpr'" type="button"> Discord - Discord City </button>
<br>
<button id="Github" onclick="location.href='https://github.com/STORM-MCCTC'" type="button"> Github - STORM-MCCTC</button>
<br>
<script src="background.js"></script>
</body>
</html>