18 lines
350 B
Vue
18 lines
350 B
Vue
<script lang="ts" setup></script>
|
|
|
|
<template>
|
|
<header>
|
|
<h1>Floppy Drive</h1>
|
|
<p>Coming soonish...</p>
|
|
</header>
|
|
<section>
|
|
<h2>The Idea</h2>
|
|
<p>
|
|
Allow visitors to upload floppy disk images so that they can browse, view, and download the
|
|
files stored on them.
|
|
</p>
|
|
</section>
|
|
</template>
|
|
|
|
<style scoped></style>
|