aboutsummaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/HomeView.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 6bb706f..ef8595d 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,9 +1,11 @@
<script setup>
-import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
- <TheWelcome />
+ <h1>HolyWritings.net</h1>
+ <p>HolyWritings.net is a project to document more and more Holy Writings in more and more languages.
+ The current efforts can be found on <a href="https://www.dolthub.com/repositories/holywritings/bahaiwritings">Dolthub</a>
+ which is like GitHub but for datasets. You are very welcome to fork it and help us improve it!</p>
</main>
</template>