17 lines
279 B
Vue
17 lines
279 B
Vue
<template>
|
|
<div>
|
|
<section class="section">
|
|
<h1 class="title">Tropos-agnostic search</h1>
|
|
</section>
|
|
|
|
<section class="section container">
|
|
<p class="notification">
|
|
⚠under construction :3⚠
|
|
</p>
|
|
</section>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
|
|
</script>
|