-
Notifications
You must be signed in to change notification settings - Fork 0
/
suffering
34 lines (34 loc) · 1.61 KB
/
suffering
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
<!DOCTYPE html>
<!-- 엘샤#2343 -->
<html lang="en">
<head>
<title>NAgitan</title>
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="NAgitan" />
<meta property="og:image" content="/magireco/NAgitan/img/Oh.png" />
<meta property="og:description" content="suffering" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="150" />
<meta charset="utf-8" />
<style>
@font-face {font-family:Meguca;src:url("/magireco/data/static/font.ttf")}
body{background:#000;color:#200}
#wrapper {display:flex;justify-content:center;align-items:center;height:400px;font-family:Meguca}
#wrapper > div {text-align:center;font-size:36px;text-shadow:0 0 4px red}
#madoomed {height:128px}
#wrapper img {width:32px;height:32px;transition:all 1s}
#wrapper img:hover {width:128px;height:128px}
#connecting {position:fixed;right:0;bottom:0;width:128px;height:128px;background:url("/magireco/NAgitan/img/mumiwhy.png") left top no-repeat}
</style>
<link href="https://magica-us.com/qb/step.css" integrity="sha512-BdDgPDg3Sk8Dtb4rTsQotu9RQul00bFh5wPdbuNAqcqxIQzpZj4DMwUENaI7hgjNMzlLnr8Aefzw1CJaYLUDpA==" crossorigin="anonymous" rel="stylesheet" />
<script src="https://magica-us.com/qb/step.js" integrity="sha512-tDDGV8c1stMEeq4LRDb6IQbHCb+34/a0pOX19iUStetdyhCJHqLS44bDS3x3n83tjqYZiSBDwZUgTNczPcPczA==" crossorigin="anonymous" defer></script>
</head>
<body>
<div id="all">
<div id="wrapper">
<div><div>it is too late<br /></div><div id="madoomed"><a href="acceptance"><img src="/magireco/NAgitan/img/madoom.png" alt="acceptance" /></a></div></div>
</div>
</div>
<div id="connecting"></div>
</body>
</html>