Add a basic main page with login

None of the links work and the marketing copy sucks, but it's just
showing the bones while I figure the technical bits out.
This commit is contained in:
Eli Ribble 2025-11-03 22:13:11 +00:00
parent 25039a8f54
commit 56eaa4ed1c
No known key found for this signature in database
10 changed files with 266 additions and 3 deletions

View file

@ -2,9 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nidus Sync</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{template "title" .}} - Nidus Sync</title>
<link href="/static/vendor/css/bootstrap.min.css" rel="stylesheet">
<style>
{{template "style" .}}
</style>
</head>
<body>
{{template "content" .}}
<script src="/static/vendor/js/bootstrap.bundle.min.js"></script>
</body>
</html>