-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
80 lines (66 loc) · 2.42 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
75
76
77
78
79
80
<!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;
text-decoration: none;
}
.toggle-button {
margin: 10px;
padding: 10px 20px;
background-color: #8400ff;
color: #ffffff;
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;
}
.follow {
}
</style>
</head>
<body>
<h1>Toggle Zaps in Damus</h1>
<h1>⚡️</h1>
<a class="toggle-button" href="damus:nostr:nscript1qpshxmgpqqqqqqgtqfsqxlml0uqh7cqqqqppsqg9dehhxarjpehx7um5wf0hxet5ta3x7mmvqqqqxqspqyzsxqgqqyrs5qgxd4jk6mmj0ypqqzqpqyxqzqs2z5q3xqzp5qyyr8qg9qpqqsgpweqsqyqqrg9skggzqpqcczqtqywqqsvcpq93xqsqqqqqcqqqqphqqmcq0gqxzqrsqpesehczp5">⚡️ On</a>
<a class="toggle-button" href="damus:nostr:nscript1qpshxmgpqqqqqqgtqfsqxlml0uqh7cqqqqppsqg9dehhxarjpehx7um5wf0hxet5ta3x7mmvqqqqxqspqyzsxqgqqyrs5qgxd4jk6mmj0ypqqzqpqyxqzqs2z5q3xqzp5qyyr8qg9qpqqsgpweqszyqqrg9skggzqpqcczqtqywqqsvcpq93xqsqqqqqcqqqqphqqmcq0gqxzqrsqpest0rum4">⚡️ Off</a>
<p>⚠️ Restart the app after running ⚠️</p>
<footer><a class="follow" href="https://damus.io/npub1k92qsr95jcumkpu6dffurkvwwycwa2euvx4fthv78ru7gqqz0nrs2ngfwd">Follow me</a></footer>
<footer><a class="follow" href="https://github.com/suhailsaqan/damus-nostrscript">Host this page yourself too</a></footer>
<p class="disclaimer">Not associated with Damus.</p>
</body>
</html>