Oppdrydning

This commit is contained in:
Trygve
2025-10-27 12:04:10 +01:00
parent 91451b382f
commit 648bb5443c
4 changed files with 47 additions and 64 deletions

View File

@@ -6,25 +6,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Elektronisk Kadaver Tidtakningssystem" />
<link rel="stylesheet" href="matcha.css">
<style>
body {
padding: 0;
}
.settings {
padding: 0 1.5rem;
}
fieldset {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.bg-success {
background: var(--bg-success) !important;
}
.bg-active {
background: var(--bg-active) !important;
}
</style>
</head>
<body>
<nav>
@@ -35,19 +16,6 @@
</menu>
</nav>
<button class="danger" onclick="log_out()">Logg ut</button>
<h2>Simple Form</h2>
<form action="/runner.php" method="POST">
<label for="password">Passord:</label><br>
<input type="text" id="password" name="password" required><br><br>
<label for="id">Startnummer:</label><br>
<input type="text" id="id" name="id" required><br><br>
<label for="navn">Navn:</label><br>
<input type="text" id="name" name="input2"><br><br>
<button type="submit">Submit</button>
</form>
</div>
<script>