-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 910 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
29
30
31
<!DOCTYPE html>
<html lang="en">
<!--
pony PONY pony.... i love them starlight glimmer i love you
-->
<head>
<title>Elden</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<h1>Elden</h1>
<p style="color:#a0a0a0">I like ponies and I love Starlight</p>
<img width=18px src="assets/images/starlight.png" />
<br><br>
<h3>Connections</h3>
<div class="connections">
<a href="./index.html" title="gentoo.org#0">
<img class="connection-icon-link" src="assets/images/discord.png"/>
</a>
<a href="https://github.com/elde-n/" title="GitHub" target="_blank">
<img class="connection-icon-link" src="assets/images/github.png"/>
</a>
<a href="https://steamcommunity.com/id/eldens" title="Steam" target="_blank">
<img class="connection-icon-link" src="assets/images/steam.png"/>
</a>
</div>
</body>
</html>