-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 1.86 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
59
60
<html>
<head>
<title>mohsregTV</title>
<link rel="stylesheet" href="/index.css" />
<link rel="icon" type="image/x-icon" href="/images/icon/favicon.ico" />
</head>
<body>
<div class="everything">
<img
src="/mohsreg_vtuber_v1.png"
alt="mohsregTV Vtuber Avatar full-body"
class="avatar_full-body"
/>
<div class="title">
<div class="stack" style="--stacks: 3">
<span style="--index: 0">mohsregTV</span>
<span style="--index: 1">mohsregTV</span>
<span style="--index: 2">mohsregTV</span>
</div>
<a class="status">The Illest TV Screen</a>
<div>
<a href="https://twitch.tv/mohsregTV"
><img
width="480"
height="480"
src="https://img.icons8.com/material/480/twitch.png"
alt="twitch"
class="twitch-logo"
/></a>
<a href="https://youtube.com/@mohsregTV">
<img
width="480"
height="480"
src="https://img.icons8.com/material/480/youtube-play--v1.png"
alt="youtube-play--v1"
class="youtube-logo"
/></a>
<a href="https://twitter.com/mohsregTV"
><img
src="https://img.icons8.com/material/96/twitter-squared.png"
alt="twitter-squared"
class="twitter-logo"
/></a>
<a href="https://discordapp.com/invite/nc92unZxRr"
><img
src="https://img.icons8.com/material/480/discord-new-logo.png"
alt="discord-new-logo"
class="discord-logo"
/></a>
<a href="https://mastodon.online/@mohsreg"
><img
src="https://img.icons8.com/external-tal-revivo-bold-tal-revivo/96/external-mastodon-is-an-online-self-hosted-social-media-and-social-networking-service-logo-bold-tal-revivo.png"
alt="external-mastodon-is-an-online-self-hosted-social-media-and-social-networking-service-logo-bold-tal-revivo"
class="mastodon-logo"
/></a>
</div>
</div>
</div>
</body>
</html>