10 lines
179 B
Vue
10 lines
179 B
Vue
|
<template>
|
||
|
|
||
|
<h1>About!</h1>
|
||
|
<p>Esse velit cupidatat proident minim nostrud fugiat proident est sunt ex cillum nisi duis labore.</p>
|
||
|
|
||
|
</template>
|
||
|
|
||
|
<script setup>
|
||
|
|
||
|
</script>
|