馃 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>Class - Thistle</title>
8 <link rel="apple-touch-icon" sizes="180x180" href="../../public/favicon/apple-touch-icon.png">
9 <link rel="icon" type="image/png" sizes="32x32" href="../../public/favicon/favicon-32x32.png">
10 <link rel="icon" type="image/png" sizes="16x16" href="../../public/favicon/favicon-16x16.png">
11 <link rel="manifest" href="../../public/favicon/site.webmanifest">
12 <link rel="stylesheet" href="../styles/main.css">
13</head>
14
15<body>
16 <header>
17 <div class="header-content">
18 <a href="/" class="site-title">
19 <img src="../../public/favicon/favicon-32x32.png" alt="Thistle logo">
20 <span>Thistle - Classes</span>
21 </a>
22 <auth-component></auth-component>
23 </div>
24 </header>
25
26 <main class="container">
27 <class-view></class-view>
28 </main>
29
30 <script type="module" src="../components/auth.ts"></script>
31 <script type="module" src="../components/class-view.ts"></script>
32</body>
33
34</html>