2021-03-05 16:28:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html scroll-behavior="smooth">
|
|
|
|
<head>
|
2021-03-10 18:58:24 +00:00
|
|
|
<meta charset="UTF-8" />
|
2021-03-05 16:28:00 +00:00
|
|
|
<!-- nunito font, copying wynndata -->
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<link rel="icon" href="favicon.png">
|
|
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
<title>ATLAS???</title>
|
|
|
|
</head>
|
|
|
|
<body class="all">
|
|
|
|
<div class="center">
|
|
|
|
<header class = "header nomarginp">
|
2021-03-17 04:19:19 +00:00
|
|
|
<div class = "headerleft" id = "headerleft">
|
2021-03-05 16:28:00 +00:00
|
|
|
</div>
|
2021-03-17 04:19:19 +00:00
|
|
|
<div class = "headercenter" id = "headercenter">
|
2021-03-05 16:28:00 +00:00
|
|
|
<div >
|
|
|
|
<p class = "itemp" id = "header">Atlas???</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-03-17 04:19:19 +00:00
|
|
|
<div class = "headerright" id = "headerright">
|
2021-03-18 16:11:36 +00:00
|
|
|
<div>
|
|
|
|
<button class = "atlas" onclick = "atlasClick()" style = "padding:0">
|
|
|
|
<img src = "/favicon.png" style = "left:0;top:0;width:48px;height:48px"/>
|
|
|
|
</button>
|
|
|
|
</div>
|
2021-03-05 16:28:00 +00:00
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
<div class = "center" id = "flavortext">
|
|
|
|
...
|
|
|
|
</div>
|
|
|
|
<div class = "center bodydiv" id = "bodydiv">
|
|
|
|
|
|
|
|
</div>
|
2021-03-17 04:19:19 +00:00
|
|
|
|
|
|
|
<script type="text/javascript" src="loadheader.js"></script>
|
|
|
|
<script type="text/javascript" src="icons.js"></script>
|
2021-03-05 16:28:00 +00:00
|
|
|
<script type="text/javascript" src="atlas.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|