feat: generate html page in buildWeb.js
This commit is contained in:
parent
0012640261
commit
1cb4b0ca4a
3 changed files with 31 additions and 1 deletions
14
template-index.html
Normal file
14
template-index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue