-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (51 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<title>ROP ROP ROP ROP</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/rythm.js/2.2.4/rythm.min.js"></script>
<!-- Source code: https://github.com/grant-h/roproproprop -->
<style>
body {
background: black;
}
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
vertical-align: middle;
}
#container {
text-align: center;
width: 100%;
height: 100%;
}
#rop-text {
color: #00ff00;
text-align: center;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 3em;
min-width: 400px;
cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
</style>
<script type="text/javascript" src="rop.js?v=10"></script>
</head>
<body class="rythm color2">
<div>
<div id="container"><p class="rythm font fontSize" id="rop-text">ROP ROP ROP ROP<br/>►</p></div>
</div>
</body>
</html>