particle-os-schema/src-web/template-index.html

14 lines
No EOL
326 B
HTML

<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>