systemquery/src/static/index.html

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>systemquery</title>
</head>
<body>
<header>
<h1>systemquery</h1>
<p><span class="version-label">Version</span> <span class="version">???</span></p>
</header>
<nav>
<ul class="nav-items">
<li class="static dynamic-afterme"><a href="#">
<span class="fa fa-compass fa-fw" aria-hidden="true"></span>
<span>Dashboard</span>
</a></li>
<!-- Any items specified here *must* have the "static" class, otherwise they'll be mistaken for a rogue dynamic item and stripped -->
<li class="static"><a href="#settings">
<span class="fa fa-cog fa-fw" aria-hidden="true"></span>
<span>settings</span>
</a></li>
</ul>
</nav>
<main>
<h2>Loading...</h2>
</main>
<!---------------->
<link rel="stylesheet" href="/static/app.css?hash={CSS_HASH_SHORT}" integrity="{ALGO}-{CSS_HASH}" />
<script src="/static/app.js?hash={JS_HASH_SHORT}" integrity="{ALGO}-{JS_HASH}" charset="utf-8"></script>
</body>
</html>