Initial commit

This commit is contained in:
CharlieDigital
2022-01-15 11:00:39 -05:00
commit 830c3398f0
19 changed files with 1388 additions and 0 deletions

17
web/src/App.vue Normal file
View File

@@ -0,0 +1,17 @@
<script setup lang="ts">
</script>
<template>
<router-view></router-view>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
</style>