-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (63 loc) · 2.61 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
70
71
72
73
74
75
76
77
<!-- Made with <3 by @shuvlyy -->
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Hashtek</title>
<!-- Page icon -->
<link rel="icon" href="assets/svgs/hashtek-logo.svg" type="image/x-icon">
<!-- Basic accessibility tags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Basic SEO tags -->
<meta name="url" content="https://hashtek.fr">
<meta name="identifier-URL" content="https://hashtek.fr">
<meta name="title" content="Hashtek">
<meta name="description" content="Serveur Minecraft mini-jeux 1.8.9">
<meta name="keywords" content="hashtek, minecraft, server, serveur, mini-jeu, mini-jeux, 1.8, 1.8+, 1.8.9">
<meta name="author" content="@shuvlyy">
<meta name="reply-to" content="[email protected]">
<meta name="language" content="FR">
<meta name="rating" content="General">
<meta name="coverage" content="France">
<meta name="distribution" content="Global">
<!-- OpenGraph tags -->
<meta property="og:url" content="https://hashtek.fr">
<meta property="og:type" content="website">
<meta property="og:title" content="Hashtek">
<meta property="og:description" content="Serveur Minecraft mini-jeux 1.8.9">
<!-- Twitter tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://hashtek.fr">
<meta name="twitter:site" content="@shuvlyy">
<meta name="twitter:title" content="Hashtek">
<meta name="twitter:description" content="Serveur Minecraft mini-jeux 1.8.9">
<!-- Stylesheets -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<header>
<div>
<img src="assets/svgs/hashtek-logo.svg" alt="Hashtek Logo" width=72em>
<h1>ashtek</h1>
</div>
<p class="subtitle">Site en construction</p>
</header>
<div class="socials">
<div class="button">
<a href="https://github.com/hashtek-mc" class="title">
<img src="assets/svgs/github-logo.svg" alt="Github Logo" width=24em class="icon">
<div>Github</div>
</a>
</div>
<div class="button">
<a href="https://discord.gg/rkcrSvcYfB" class="title">
<img src="assets/svgs/discord-logo.svg" alt="Discord Logo" width=24em class="icon">
<div href="#">Discord</div>
</a>
</div>
</div>
</div>
</body>
</html>