Skip to content

Commit 077265c

Browse files
authored
Create cancer.html
1 parent 36c4101 commit 077265c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

cancer.html

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta property="og:image" content="https://when.lol/cancer.when.lol.png">
5+
<meta property="twitter:card" content="summary_large_image">
6+
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
7+
<title>when.lol</title>
8+
<link rel="icon" href="https://when.lol/cancer.when.lol.png">
9+
<style>
10+
* {
11+
margin: 0;
12+
padding: 0;
13+
border: 0;
14+
}
15+
html, body, .wrapper {
16+
height: 100%;
17+
}
18+
.wrapper {
19+
display: flex;
20+
align-items: center;
21+
justify-content: center;
22+
}
23+
img {
24+
height: 100vh;
25+
}
26+
</style>
27+
</head>
28+
<body style="margin: 0px; background: #0e0e0e;">
29+
<div class="wrapper">
30+
<img style="-webkit-user-select: none;margin: auto;cursor: zoom-in;" src="https://when.lol/cancer.when.lol.png" width="1242" height="1193">
31+
</div>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)