Initial commit

This commit is contained in:
2024-06-21 00:21:49 +02:00
commit a99f3a4396
38 changed files with 17209 additions and 0 deletions

5
app/pages/index.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<main class="!max-w-none prose dark:prose-invert mt-12">
<ContentDoc path="/" />
</main>
</template>

13
app/pages/uses.vue Normal file
View File

@@ -0,0 +1,13 @@
<script setup lang="ts">
</script>
<template>
<div>
<h1>Uses</h1>
</div>
</template>
<style scoped>
</style>

View File

@@ -0,0 +1,13 @@
<script setup lang="ts">
</script>
<template>
<div>
<h1>Writings</h1>
</div>
</template>
<style scoped>
</style>