wynnbuilder-forked-for-changes/wynnfo/index.html

37 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html scroll-behavior="smooth">
<head>
<!-- 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/index.css">
<link rel="icon" href="../media/icons/new/searcher.png">
<link rel="manifest" href="../manifest.json">
<title>WynnAtlas</title>
</head>
<body class="all" style="overflow-y: scroll">
<header class="header nomarginp">
<div class="headerleft" id = "headerleft">
</div>
<div class="headercenter" id = "headercenter">
<div>
<p class="itemp" id="header">Wynnfo</p>
</div>
</div>
<div class="headerright" id = "headerright">
</div>
</header>
<main class = "body" id = "main">
<div class = "section" id = "title">
<h2>Welcome!</h2>
<p>This page is the main page for Wynnfo. Wynnfo is Wynnbuilder's page for all sorts of Wynncraft-related literature, including code documenation, game mechanic novels, and other literature! Browse at your leisure below.</p>
</div>
</main>
<script type="text/javascript" src = "scripts/main.js"></script>
<script type="text/javascript" src = "../utils.js"></script>
<script type="text/javascript" src = "../loadheader.js"></script>
<script type="text/javascript" src = "../icons.js"></script>
</body>
</html>