馃 distributed transcription service
thistle.dunkirk.sh
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <title>Classes - Thistle</title>
8 <link rel="icon"
9 href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>馃</text></svg>">
10 <link rel="stylesheet" href="../styles/main.css">
11</head>
12
13<body>
14 <header>
15 <div class="header-content">
16 <a href="/" class="site-title">
17 <span>馃</span>
18 <span>Thistle - Classes</span>
19 </a>
20 <auth-component></auth-component>
21 </div>
22 </header>
23
24 <main class="container">
25 <classes-overview></classes-overview>
26 </main>
27
28 <script type="module" src="../components/auth.ts"></script>
29 <script type="module" src="../components/classes-overview.ts"></script>
30</body>
31
32</html>