wip: more work

This commit is contained in:
SauceyRed 2025-04-30 07:40:51 +02:00
parent 91cfb701b6
commit d401464353
Signed by: sauceyred
GPG key ID: 4BEDD9C389F924D0
9 changed files with 596 additions and 134 deletions

19
layouts/default.vue Normal file
View file

@ -0,0 +1,19 @@
<template>
<NuxtPage />
</template>
<script lang="ts" setup>
</script>
<style>
html,
body {
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
color: rgb(190, 190, 190);
background-color: rgb(30, 30, 30);
height: 100%;
margin: 0;
}
</style>