1<!DOCTYPE html>
2<html lang="en-GB">
3 <head>
4 <title>Willow</title>
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="title" content="Willow">
7 <meta name="description" content="Forge-agnostic software release tracker">
8
9 <!-- Indicate that we support both light and dark mode -->
10 <meta name="color-scheme" content="dark light">
11
12 <!-- Preload CSS reset -->
13 <link rel="preload" href="/static/reset.css" as="style" />
14 <link rel="stylesheet" href="/static/reset.css" />
15
16 <!-- Preload CSS styles -->
17 <link rel="preload" href="/static/colours.css" as="style" />
18 <link rel="stylesheet" href="/static/colours.css" />
19 <link rel="preload" href="/static/styles.css" as="style" />
20 <link rel="stylesheet" href="/static/styles.css" />
21 </head>
22 <body class="wrapper">
23 <h1>Willow</h1>
24 <form method="post">
25 <div class="input">
26 <label for="username">Username:</label>
27 <input type="text" id="username" name="username">
28 </div>
29 <div class="input">
30 <label for="password">Password:</label>
31 <input type="password" id="password" name="password">
32 </div>
33 <input class="button" type="submit" formaction="/login" value="Login">
34 </form>
35 <p><a href="https://sr.ht/~amolith/willow">Source code</a></p>
36 </body>
37</html>