Add client dir, move .git from server to parent dir

This commit is contained in:
D. Scott Boggs 2023-06-11 07:01:57 -04:00
parent b8b0e51046
commit f794f5c974
41 changed files with 757 additions and 7 deletions

13
client/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>