feat: generate html page in buildWeb.js

This commit is contained in:
xyny 2024-05-13 20:00:27 +03:00
parent 0012640261
commit 1cb4b0ca4a
3 changed files with 31 additions and 1 deletions

14
template-index.html Normal file
View file

@ -0,0 +1,14 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BlueBuild Schema</title>
</head>
<body>
<h1>BlueBuild Schema</h1>
<ul>
<!-- This part is filled in by buildWeb.js -->
%DYNAMIC_SCHEMA_LIST%
</ul>
</body>
</html>