new debug server outline

This commit is contained in:
2023-06-11 01:32:21 +02:00
parent b8afaba4ef
commit ccb0ce87e1
4 changed files with 85 additions and 0 deletions

15
web/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Centralex State</title>
<!--INSERT HEAD CONTENT HERE-->
</head>
<body>
<list id="list" />
</body>
</html>