31 lines
392 B
HTML
31 lines
392 B
HTML
<html>
|
|
<head>
|
|
<title>Your Online Phylactery</title>
|
|
</head>
|
|
<body style="
|
|
background-color: #070707;
|
|
">
|
|
<div style="
|
|
width: 98%;
|
|
height: 98%;
|
|
position: absolute;
|
|
margin:auto;
|
|
top:0;
|
|
bottom:0;
|
|
left:0;
|
|
right:0;
|
|
">
|
|
<img src="lich.png" style="
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
position: absolute;
|
|
margin:auto;
|
|
top:0;
|
|
bottom:0;
|
|
left:0;
|
|
right:0;
|
|
"/>
|
|
</div>
|
|
</body>
|
|
</html>
|