-
Notifications
You must be signed in to change notification settings - Fork 0
/
hmmmmmmmm.html
35 lines (34 loc) · 1.26 KB
/
hmmmmmmmm.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
<!DOCTYPE html>
<html>
<head>
<title>A wild lecturer has appeared!</title>
<meta content="A wild lecturer has appeared!" property="og:title">
<meta content="A wild lecturer has appeared!
Type DJ/claim <full name> to claim it. e.g. DJ/claim John Smith
order: 3rd
partial: false
linear: non-linear
constant coefficients: maybe" property="og:description">
<meta content="https://cdn.discordapp.com/attachments/948087138107420756/1230754489452068874/20240419_173847.jpg?ex=66673a30&is=6665e8b0&hm=c05d93578e266c1637e58573b2591931e87ca961e52ae488df46d59bc6e8cc77&" property="og:image">
<meta name="twitter:card" content="summary_large_image">
<meta content="https://cdn.discordapp.com/attachments/948087138107420756/1230754489452068874/20240419_173847.jpg?ex=66673a30&is=6665e8b0&hm=c05d93578e266c1637e58573b2591931e87ca961e52ae488df46d59bc6e8cc77&" property="twitter:image">
<style>
html {
width: 100%;
height: 100%;
position: relative;
background: black;
}
#troll {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<img id="troll" src="https://media1.tenor.com/images/05d61b21bc91f35191d6fd3a84b94a40/tenor.gif?itemid=17805159">
</body>
</html>