blob: 5946f152c3752b4fc041fcbc9d6d17093ab08788 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=1060">
<title>Andean Abyss - Setup</title>
<style>
html{background-color:slategray}
body{display:flex;flex-wrap:wrap;gap:20px;margin:20px;justify-content:center;}
div{width:1020px;height:1320px;box-shadow:1px 1px 8px #0008;background-size:cover;}
</style>
</head>
<body>
<div id="page1" style="background-image:url(setup-fs8.png)"></div>
|