GUI initial commit

This commit is contained in:
venashial
2022-02-21 21:01:45 -08:00
parent a9ddc6b75f
commit 9016785f88
41 changed files with 5428 additions and 45 deletions

11
theseus_gui/src/app.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
</head>
<body>
<div>%svelte.body%</div>
</body>
</html>