-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
cleaner.html
33 lines (33 loc) · 922 Bytes
/
cleaner.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
<!DOCTYPE HTML>
<html>
<head>
<meta property="og:image" content="https://when.lol/cleaner.when.lol.png">
<meta property="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
<title>when.lol</title>
<link rel="icon" href="https://when.lol/cleaner.when.lol.png">
<style>
* {
margin: 0;
padding: 0;
border: 0;
}
html, body, .wrapper {
height: 100%;
}
.wrapper {
display: flex;
align-items: center;
justify-content: center;
}
img {
height: 100vh;
}
</style>
</head>
<body style="margin: 0px; background: #0e0e0e;">
<div class="wrapper">
<img style="-webkit-user-select: none;margin: auto;cursor: zoom-in;" src="https://when.lol/cleaner.when.lol.png" width="1242" height="1193">
</div>
</body>
</html>