Add: add base frontend & docker compose
This commit is contained in:
parent
4d0fe108ff
commit
381cad66e6
7 changed files with 1908 additions and 0 deletions
5
frontend/index.html
Normal file
5
frontend/index.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>Demo</title></head>
|
||||
<body><div id="root"></div><script type="module" src="/src/main.jsx"></script></body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue