generated from MichaelBarney/LinkFree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (24 loc) · 924 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Helixia's Links</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<img id="userPhoto" src="img/helixia_logo.png" alt="User Photo">
<a href="" id="userName">@JustHelixia</a>
<div id="links">
<a class="link" href="/twitch" target="_blank">TWITCH</a>
<a class="link" href="/discord" target="_blank">DISCORD</a>
<a class="link" href="/youtube" target="_blank">YOUTUBE</a>
<a class="link" href="/instagram" target="_blank">INSTAGRAM</a>
<a class="link" href="/steam" target="_blank">STEAM</a>
</div>
<footer>
made by <a class="loopios7-credit-link" href="https://loopios7.xyz" target="_blank">Loopios7</a>
</footer>
</body>
</html>