ari.lt/page/template/index.html
Ari Archer be048a2605 a
2021-07-03 23:25:21 +03:00

45 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aris_Web::Template</title>
<link rel="stylesheet" href="/content/styles/generic/generic.css">
<link rel="stylesheet" href="/content/styles/box/box.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css">
<script src="/content/js/commands/index.js" defer></script>
<script src="/content/js/generic/generic.js" defer></script>
<script src="/help/index.js" defer></script>
</head>
<body>
<nav class="nav-main" id="bar">
<ul class="nav-list" id="bar-list">
</ul>
<noscript>
<style>
.nav-list {
display: none;
}
</style>
<div class="error">
For full functionality of this site it is necessary to enable JavaScript.<br/>
Here are the <a href="https://www.enable-javascript.com/" target="_blank">
instructions how to enable JavaScript in your web browser</a>.
</div>
</noscript>
</nav>
<div id="menus">
<div class="mobile-menu hiddenMobile-noanim" id="mobile-menu">
</div>
</div>
<div class="content" id="content" name="content">
</div>
</body>
</html>