@x5e/gink
Version:
an eventually consistent database
18 lines (16 loc) • 667 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gink Dashboard</title>
<link rel="stylesheet" href="/static/dashboard/styles.css" />
<script type="text/javascript" src="/generated/packed.js"></script>
<script src="/static/dashboard/scripts/Page.js"></script>
<script src="/static/dashboard/scripts/Database.js"></script>
<script src="/static/dashboard/scripts/utility.js"></script>
</head>
<body>
<div id="root"></div>
</body>
<script src="/static/dashboard/scripts/init.js"></script>
</html>