feat: add basic frontend

This commit is contained in:
2024-12-24 15:25:16 +09:00
parent a06e72d24a
commit ab74b2fcfa
10 changed files with 540 additions and 57 deletions

View File

@ -1,29 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<title>BPSets</title>
</head>
<body>
<h1>BPSets</h1>
<table>
<thead>
<tr>
<th>Name</th>
<th>Priority</th>
<th>Category</th>
<th>Pass</th>
<th>Resource Status</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="6">Loading...</tdc>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -1,3 +1,3 @@
:root {
font-family: Arial, Helvetica, sans-serif;
user-select: none;
}