forked from suhailsaqan/damus-nostrscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (60 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Refresh" content="0; url='https://nostrscript.suhailsaqan.com'" />
<title>Zap Zap Zap</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 20px;
text-align: center;
}
h1 {
font-size: 48px;
}
a {
display: inline-block;
margin: 10px;
padding: 10px 20px;
background-color: #8400ff;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
a:hover {
background-color: #0056b3;
}
p {
margin-top: 20px;
font-size: 18px;
}
footer {
margin-top: 40px;
font-style: italic;
color: #777;
}
.disclaimer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 10px 0;
font-size: 14px;
color: #aaa;
}
</style>
</head>
<body>
<h1>⚡️</h1>
<a href="damus:nostr:nscript1qpshxmgpqqqqqqgtqfsqxlml0uqh7cqqqqppsqg9dehhxarjpehx7um5wf0hxet5ta3x7mmvqqqqxqspqyzsxqgqqyrs5qgxd4jk6mmj0ypqqzqpqyxqzqs2z5q3xqzp5qyyr8qg9qpqqsgpweqsqyqqrg9skggzqpqcczqtqywqqsvcpq93xqsqqqqqcqqqqphqqmcq0gqxzqrsqpesehczp5">⚡️ On</a>
<a href="damus:nostr:nscript1qpshxmgpqqqqqqgtqfsqxlml0uqh7cqqqqppsqg9dehhxarjpehx7um5wf0hxet5ta3x7mmvqqqqxqspqyzsxqgqqyrs5qgxd4jk6mmj0ypqqzqpqyxqzqs2z5q3xqzp5qyyr8qg9qpqqsgpweqszyqqrg9skggzqpqcczqtqywqqsvcpq93xqsqqqqqcqqqqphqqmcq0gqxzqrsqpest0rum4">⚡️ Off</a>
<p>Restart the app after running.</p>
<footer>Host the page yourself too.</footer>
<p class="disclaimer">Not associated with Damus.</p>
</body>
</html>