-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 1.85 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
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>EliAS</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<br />
<br />
<br />
<div class="header">
<img
class="img headerimg rotate-on-hover"
src="./images/headerimg.png"
style="width: 300px; height: 300px" />
</div>
<div class="headline">
<h1>EliAS</h1>
</div>
<br />
<div class="link">
<p>
<a href="https://www.youtube.com/@eliascxyz" target="_blank"
><span class="icon"></span>Youtube</a
>
</p>
</div>
<br />
<div class="link">
<p>
<a href="https://github.com/EliAS4779" target="_blank"
><span class="icon"></span>GitHub</a
>
</p>
</div>
<br />
<div class="link">
<p>
<a href="https://x.com/eliascxyz" target="_blank"
><span class="icon"></span>Twitter</a
>
</p>
</div>
<br />
<div class="link">
<p>
<a href="https://dsc.gg/mythopia" target="_blank"
><span class="icon"></span>Discord</a
>
</p>
</div>
<br />
<div class="link">
<p>
<a href="https://www.twitch.tv/jello4779/about" target="_blank"
><span class="icon"></span>Twitch</a
>
</p>
</div>
</body>
</html>