first commit

This commit is contained in:
alexandrump
2026-02-09 01:02:53 +01:00
commit 82f3464565
90 changed files with 4788 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div>
<slot />
</div>
</template>
<script setup>
</script>
<style>
body { margin: 0; padding: 0; }
</style>