This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
link.html
43 lines (34 loc) · 1.67 KB
/
link.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HerrErde.xyz Network</title>
<link rel="stylesheet" href="assets/css/style2.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="icon" href="https://avatars.githubusercontent.com/u/78110686?s=200&v=4" type="image/x-icon" />
</head>
<body>
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<a id="space">
<img src="https://avatars.githubusercontent.com/u/78110686?s=200&v=4" alt="Picture">
</a>
<div id="links">
<a class="link" href="https://herrerde.xyz" target="_blank"><i class=""> </i>Website</a>
<a class="link" href="https://status.herrerde.xyz" target="_blank"><i class=""> </i>Status</a>
<a class="link" href="https://twitter.com/HerrErdeNetwork" target="_blank"><i
class="fab fa-twitter"> </i>Twitter</a>
<a class="link" href="https://www.instagram.com/herrerdenetwork/" target="_blank"><i
class="fab fa-instagram"> </i>Instagram</a>
<a class="link" href="https://forum.herrerde.xyz" target="_blank"><i class="fa fa-pencil-alt"> </i>Forum</a>
<a class="link" href="https://github.com/HerrErdecf" target="_blank"><i
class="fab fa-github"> </i>Github</a>
<a class="link" href="https://www.reddit.com/r/HerrErdeNet/" target="_blank"><i
class="fab fa-reddit"> </i>Reddit</a>
</div>
</body>
</html>