mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
15 lines
404 B
HTML
15 lines
404 B
HTML
<!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 defer src="/web/vendor/qrcode-generator.min.js"></script>
|
|
<script type="module" src="/web/runtime-config.js"></script>
|
|
</body>
|
|
</html>
|