-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
38 lines (35 loc) · 1.72 KB
/
links.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="CVtBvC4PGibNE3g35euu4uCpPalA66UJhAZjH2whcwo" />
<!-- For indexing into Google, Bing, DDG etc. -->
<meta name="description" content="Links to our social media.">
<meta name="theme-color" content="#315D6E">
<meta name="keywords"
content="hewol, github, open source, open, source, open-source, openbot, open bot, bot, discord, discord bot, aeros, aer, os, arch, archscripts, scripts, hewol links, links, hewol twitter, hewol x, hewol youtube, hewol discord, discord, youtube, x, twitter">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links</title>
<!-- <link rel="stylesheet" href="./assets/css/global.css"> -->
<link rel="stylesheet" href="./assets/css/links.css">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">
<div class="profile">
<img src="./assets/img/hewol.png" alt="Hewol logo" width="128px">
<h1>Hewol's social links</h1>
</div>
<div class="links">
<div class="full">
<p><a href="discord.html"><i class="fa-brands fa-discord"></i> Discord</a></p>
<p><a href="github.html"><i class="fa-brands fa-github"></i> Github</a></p>
</div>
<br>
<div class="block">
<p><a href="x.com"><i class="fa-brands fa-x-twitter"></i></a><!-- X --> <a href="email.html"><i class="fa-solid fa-envelope"></i></a><!-- email --> <a href="youtube.html"><i class="fa-brands fa-youtube"></i></a><!-- youtube --></p>
</div>
</div>
</div>
</body>
</html>