Added: vuejs

This commit is contained in:
2023-12-29 14:22:30 +01:00
parent 24baeff8b5
commit 2cbbccb8c8
27 changed files with 3818 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>

View File

@@ -0,0 +1,7 @@
<script setup>
</script>
<template>
<main>
</main>
</template>