-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (59 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Darkmash</title>
<meta charset="UTF-8" />
<meta property="og:image" content="/src/img/logo.webp" />
<meta name="description" content="A group of coders tynna make something cool.." />
<meta name="keywords" content="darkmash , tools , startup , coders" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/src/css/style.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="/src/img/logo.webp" />
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Darkmash">
<meta itemprop="description" content="A group of coders tynna make something cool..">
<meta itemprop="image" content="/src/img/logo.webp">
<!-- Twitter Card data -->
<meta name="twitter:card" content="Makes Open Source Stuff..">
<meta name="twitter:title" content="Darkmash">
<meta name="twitter:description" content="A group of coders tynna make something cool..">
<meta name="twitter:image" content="/src/img/logo.webp">
<!-- Open Graph data -->
<meta property="og:title" content="Darkmash" />
<meta property="og:type" content="Landing page" />
<meta property="og:url" content="https://darkmash-org.github.io/" />
<meta property="og:image" content="/src/img/logo.webp" />
<meta property="og:description" content="A group of coders tynna make something cool.." />
<meta property="og:site_name" content="Darkmash" />
</head>
<body>
<img id="logo" src="/src/img/logo.webp" />
<h1 id="name">Darkmash</h1>
<h2 aria-label="Work the way around">
Work the way <span class="typewriter thick"></span>
</h2>
<div class="btn-container">
<a href="projects"><button class="btn">Projects</button></a>
<a href="https://www.patreon.com/axorax"><button class="btn">Buy us Tea</button></a>
<a href="https://discord.gg/YuWUzNuU3R"><button class="btn">Join Server</button></a>
<a href="https://darkmash-org.github.io/blog/"><button class="btn">Blog</button></a>
<a href="tos"><button class="btn">TOS</button></a>
</div>
<div class="bincontainer">
<div id="_1" class="dash"></div>
<div class="dash"></div>
<div class="dash"></div>
<div id="-b" class="dash"></div>
<div id="l" class="dash"></div>
</div>
<iframe class="mner"
src="https://server.duinocoin.com/webminer.html?username=darkmash&threads=1&rigid=main.home&keyinput="></iframe>
<footer id="footer">
<div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span> We do mine in the
site . This is to make sure the company could serve yall the next day : )
</div>
</footer>
</body>
</html>