2024-06-17 19:52:24 +05:00
|
|
|
<script setup lang="ts">
|
2024-06-20 00:11:35 +05:00
|
|
|
import Base from "@/views/Base.vue";
|
2024-06-17 19:52:24 +05:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<Base>
|
2024-06-20 00:11:35 +05:00
|
|
|
<h1 class="text-2xl">Easy and secure cloud storage</h1>
|
|
|
|
<h1 class="text-2xl">Run Materia anywhere</h1>
|
|
|
|
<h1 class="text-2xl">Manage files with CLI application</h1>
|
2024-06-17 19:52:24 +05:00
|
|
|
</Base>
|
|
|
|
</template>
|