Files
bttoxin-pipeline/frontend/src/views/Home.vue

8 lines
199 B
Vue

<template>
<n-space vertical size="large">
<n-card title="Welcome to BtToxin Pipeline">
<p>Automated Bacillus thuringiensis toxin mining system</p>
</n-card>
</n-space>
</template>