Skip to content

Commit

Permalink
Formatted the code πŸš€πŸ”₯
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega committed Jun 7, 2024
1 parent dd39c68 commit 385d113
Show file tree
Hide file tree
Showing 7 changed files with 714 additions and 601 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h1 id="name">Darkmash</h1>
<center class="main">

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="470" height="290"
viewBox="0 0 470 290">
<defs>
Expand Down
54 changes: 26 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
<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">
<!-- 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" />


<!-- 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>
Expand All @@ -45,12 +45,8 @@ <h2 aria-label="Work the way around">

<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://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>
Expand All @@ -63,14 +59,16 @@ <h2 aria-label="Work the way around">
<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>
<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';">&times;</span> We do mine in the site . This is to make sure the company could serve yall the next day : )
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span> We do mine in the
site . This is to make sure the company could serve yall the next day : )
</div>

</footer>
</body>

</html>
</html>
Loading

0 comments on commit 385d113

Please sign in to comment.