dev: init env

This commit is contained in:
GlennWSo 2024-03-25 14:42:21 +01:00
commit cdb11b2a48
5 changed files with 102 additions and 0 deletions

12
static/index.html Normal file
View file

@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>