-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (122 loc) · 4.62 KB
/
index.html
File metadata and controls
138 lines (122 loc) · 4.62 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Get brain damage today at braindamage.tech</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta property="title" content="How to braindamage" />
<meta property="description" content="Get from braindamage newbie to braindamage pro in 8 simple steps." />
<meta property="og:site_name" content="braindamage.tech">
<meta property="og:title" content="How to braindamage" />
<meta property="og:description" content="Get from braindamage newbie to braindamage pro in 8 simple steps." />
<meta property="og:image" content="https://braindamage.tech/cat-spin.gif" />
<meta property="og:type" content="article">
<meta property="og:url" content="https://braindamage.tech">
</head>
<body>
<style>
body {
background-color: #c392ff;
}
.centered-div {
width: 100%;
max-width: 700px;
background-color: #f7f5f5;
padding: 20px;
margin-left: 50%;
transform: translateX(-50%);
padding-top: 1px;
}
img {
height: 31px;
}
.cat {
width: 200px;
height: 200px;
}
.braindamage-counter {
height: 36px;
display: inline-block;
}
.braindamage-counter>img {
transform: translateY(8px);
}
.rainbow {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
#counter-holder {
display: none;
}
#unique-counter-holder {
display: none;
}
.john {
width: min(728px, 100%);
height: min(90px, 12.367vw);
background-color: #d9d9d9;
margin-left: 50%;
transform: translate(-50%, 0);
overflow: hidden;
}
.john>span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
font-size: 36px;
z-index: -1;
}
.john>iframe {
z-index: 5;
}
</style>
<div class="centered-div">
<h1><span class="rainbow">Brain damage</span>, get it now!</h1>
<p>Some doctors recommend <span class="rainbow">brain damage</span>, and so do we here at <a
href="https://braindamage.tech"><span class="rainbow">braindamage</span>.tech</a> - the
newest website for <span class="rainbow">brain damage</span>.
</p>
<img class="cat" src="cat-spin.gif">
<img class="cat" src="cat-spin.gif">
<img class="cat" src="cat-spin.gif">
<br>
<span class="braindamage-counter" id="braindamage-counter">
<span class="rainbow">braindamage</span> counter:
</span>
<br>
<span class="braindamage-counter" id="unique-braindamage-counter">
unique <span class="rainbow">braindamage</span> enthusiasts:
</span>
<br>
<br>
<a href="https://braindamage.tech"><img src="https://braindamage.tech/braindamage.png"
title="braindamage! i love it!"></a>
<p>add this button to your website with the following snippet:</p>
<textarea
readonly><a href="https://braindamage.tech"><img src="https://braindamage.tech/braindamage.png" title="braindamage! i love it!"></a></textarea>
<br>
<br>
<p>feel free to <a href="https://github.com/ingobeans/braindamage">contribute to <span
class="rainbow">braindamage</span></a></p>
<iframe referrerpolicy="origin"
style="display:block;width:726px;max-width:100%;border:none;height:84px;margin-left: auto;margin-right: auto;"
src="https://hack.irispond.net/serve"></iframe>
<br>
<div class="john">
<iframe src="https://john.citrons.xyz/embed?ref=braindamage.tech"
style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
<span>johnvertisement</span>
</div>
<div id="unique-counter-holder">
<script type="text/javascript" src="https://counter.websiteout.com/js/13/0/0/1"></script>
</div>
<div id="counter-holder">
<script type="text/javascript" src="https://counter.websiteout.com/js/24/0/0/0"></script>
</div>
<script src="counter.js"></script>
</div>
</body>
</html>