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="stylesheet" media="screen and (min-width: 1100px)" href="wide.css"/>
|
|
|
|
<link rel="stylesheet" media="screen and (max-width: 1099px)" href="narrow.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">
|
|
|
|
<div class = "headerleft">
|
|
|
|
<a href = "./" class = "nomarginp iconlink tooltip">
|
|
|
|
<img src = "/media/icons/builder.png" class = "left linkoptions headericon">
|
|
|
|
</img>
|
|
|
|
<div class = "tooltiptext center">WynnBuilder</div>
|
|
|
|
</a>
|
|
|
|
<a href = "./crafter.html" class = "nomarginp iconlink tooltip">
|
|
|
|
<img src = "/media/icons/crafter.png" class = "left linkoptions headericon">
|
|
|
|
</img>
|
|
|
|
<div class = "tooltiptext center">WynnCrafter</div>
|
|
|
|
</a>
|
|
|
|
<a href = "./items.html" class = "nomarginp iconlink tooltip">
|
|
|
|
<img src = "/media/icons/searcher.png" class = "left linkoptions headericon">
|
|
|
|
</img>
|
|
|
|
<div class = "tooltiptext center">WynnAtlas</div>
|
|
|
|
</a>
|
|
|
|
<a href = "./customizer.html" class = "nomarginp iconlink tooltip">
|
|
|
|
<img src = "/media/icons/custom.png" class = "left linkoptions headericon">
|
|
|
|
</img>
|
|
|
|
<div class = "tooltiptext center">WynnCustom</div>
|
|
|
|
</a>
|
2021-03-14 07:55:08 +00:00
|
|
|
<a href = "./map.html" class = "nomarginp iconlink tooltip">
|
|
|
|
<img src = "/media/icons/compass.png" class = "left linkoptions headericon">
|
|
|
|
</img>
|
|
|
|
<div class = "tooltiptext center">WynnGPS</div>
|
|
|
|
</a>
|
2021-03-05 16:28:00 +00:00
|
|
|
</div>
|
|
|
|
<div class = "headercenter">
|
|
|
|
<div >
|
|
|
|
<p class = "itemp" id = "header">Atlas???</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class = "headerright">
|
|
|
|
<button class = "atlas" onclick = "atlasClick()">
|
|
|
|
<img src = "favicon.png"/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
<div class = "center" id = "flavortext">
|
|
|
|
...
|
|
|
|
</div>
|
|
|
|
<div class = "center bodydiv" id = "bodydiv">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="atlas.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|