Files
TorrentMax/app/pages/index.vue
2025-10-29 13:57:39 +03:30

7 lines
114 B
Vue

<template>
<div>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
</div>
</template>