Initial commit
This commit is contained in:
commit
e4785522f5
19 changed files with 9648 additions and 0 deletions
16
pages/index.vue
Normal file
16
pages/index.vue
Normal file
|
@ -0,0 +1,16 @@
|
|||
<template>
|
||||
<div id="main">
|
||||
<h1 class="center">Welcome to Gorb, the best chat app in the WORLD!!!</h1>
|
||||
<a href="/web" class="center">Go to web client</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#main {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue