summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 35d7631..fe19acc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,9 +1,22 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8">
- <title>Sparkled</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="color-scheme" content="light dark">
+ <title>SparkleLab</title>
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
</head>
<body>
+ <main class="container">
+ <nav>
+ <ul>
+ <li><strong>SparkleLab</strong></li>
+ </ul>
+ <ul>
+ <li><a href="/oidc/new">Login</a></li>
+ </ul>
+ </nav>
+ </main>
</body>
</html>