cmd/pkgserver: flatten static site

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-02 03:21:02 +09:00
parent 5e50fede9a
commit 6d8fd7ec3b
4 changed files with 17 additions and 18 deletions

View File

@@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="style.css">
<title>Hakurei PkgServer</title>
<script src="static/index.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1>Hakurei PkgServer</h1>