-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (50 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hate Company</title>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class="container" >
<header class="header">
</header>
<div class="logo_container" >
<div>
</div>
<img src="./assets/logo-v2.png" class="logo" />
<div>
</div>
</div>
<section class="social_link_container " >
<a href="https://docsend.com/view/gxfuidxznr5a9q97" target="_blank" class="social_link " >
<button class="mybtn button--one">
Whitepaper
</button>
</a>
<a href="https://discord.gg/c8qC9qt4" target="_blank" class="social_link ">
<button class="mybtn button--two">
Discord
</button>
</a>
<a href="https://linktr.ee/hateverse" target="_blank" class="social_link ">
<button class="mybtn button--three">
Linktree
</button>
</a>
<a href="https://hatecompany.gitbook.io/wikipage/getting-started/welcome" target="_blank" class="social_link ">
<button class="mybtn button--four">
Faqs
</button>
</a>
</section>
<footer class="copyRight">
<p class="invisible" ></p>
<p class="legal">©2022 Hate Company. All rights reserved.</p>
<p class="w" >web 2.0 v 1.0</p>
</footer>
</div>
</body>
</html>