mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Initial commit
Copy of another TODO website
This commit is contained in:
19
src/views/HomeView.vue
Normal file
19
src/views/HomeView.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<script setup lang="ts">
|
||||
import TypewriterWelcome from '@/components/Home/TypewriterWelcome.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<TypewriterWelcome />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
main{
|
||||
margin-top: 5vh;
|
||||
width: 100%;
|
||||
border: 2px red dotted;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user