-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (73 loc) · 2.4 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
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>Powered By Anons</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="icon" href="favicon.ico" type="image/icon ico">
<meta name="title" content="PoweredByAnons" />
<meta name="description"
content="Welcome to Powered by Anons. Could be a psyop idk..." />
<meta name="keywords" content="powered by anons, poweredbyanons" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
</head>
<body>
<div id="window">
<div id="windowheader">
<div id="bars-container">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<div id="close" onclick="this.parentNode.parentNode.style.display = 'none'">
<div id="inner"></div>
</div>
<div id="title">Powered by Anons</div>
</div>
<!-- <p>All our devs are dead....</p> -->
<p><u>contents:</u></p>
<p>snapshot.page</p>
<p>apparel</p>
<p>don't buy rope</p>
<p>rope apy calculator</p>
<h6> - inspired by e.y.</h6>
</div>
<video playsinline autoplay muted loop>
<source src="video/vapor.mp4" type="video/mp4" />
</video>
<audio autoplay loop>
<source src="pc.mp3" type="audio/mpeg">
</audio>
<ul>
<li>
<a href="https://snapshot.page/#/rope">
<img src="img/terminals.gif"/>
</a>
<br><br>
</li>
<br><br><br>
<li>
<a href="https://teespring.com/en-GB/shop/dont-buy-rope-night-trip-ed?tsmac=recently_viewed&tsmic=recently_viewed&pid=227&cid=2664">
<img src="img/tshirt.gif"/>
</a>
<br><br>
</li>
<li>
<a href="http://rope.lol/">
<img src="img/ropelol.gif"/>
</a>
<br><br>
</li>
<li>
<a href="https://alpha.whatisonchain.com/rope">
<img src="img/calculator.gif"/>
</a>
</li>
</ul>
<script src="main.js" type="text/javascript"></script>
</body>
</html>