Add runtime configuration loader and styles for web application

This commit is contained in:
shuaiplus
2026-02-27 01:56:32 +08:00
committed by Shuai
parent bda0cba1c6
commit c4c25efc50
8 changed files with 49 additions and 58 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NodeWarden Web</title>
<link rel="stylesheet" href="/web/styles.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/web/runtime-config.js"></script>
</body>
</html>