refactor: split into src-web and src-tsp folders

This commit is contained in:
xyny 2024-05-13 20:15:03 +03:00
parent 1cb4b0ca4a
commit 2fa5fecc7c
6 changed files with 3 additions and 3 deletions

3
src-web/_headers Normal file
View file

@ -0,0 +1,3 @@
/*
Content-Disposition: inline
X-Robots-Tag: noindex, nofollow

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>