refactor: split into src-web and src-tsp folders
This commit is contained in:
parent
1cb4b0ca4a
commit
2fa5fecc7c
6 changed files with 3 additions and 3 deletions
3
src-web/_headers
Normal file
3
src-web/_headers
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
Content-Disposition: inline
|
||||
X-Robots-Tag: noindex, nofollow
|
||||
14
src-web/template-index.html
Normal file
14
src-web/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