23 lines
737 B
HTML
23 lines
737 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>Checkin Codes</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="ash.css">
|
|
<script src="config.js"></script>
|
|
<script src="popup.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="page-container">
|
|
<main class="content" id="root">
|
|
<h1>Available codes</h1>
|
|
<p class="loading-spinner" id="loading">
|
|
<b>Loading...</b>
|
|
</p>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html>
|