Add some previously uncommitted stuff

This commit is contained in:
Jonathan Carter
2024-09-07 20:09:42 +02:00
parent 1b0e2f0483
commit c69f570b69
7 changed files with 47 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/static/welcome.css" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
</head>
<body>
<div class="bg">
</div>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
<div class="lg:content-auto">
Welcome to system installer daemon
BLK is {{ blkid }}
</div>
</body>
</html>