mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 16:29:34 +01:00
Initial commit
This commit is contained in:
5
app/pages/index.vue
Normal file
5
app/pages/index.vue
Normal 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
13
app/pages/uses.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>Uses</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
13
app/pages/writings/index.vue
Normal file
13
app/pages/writings/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>Writings</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user