Skip to content

Commit

Permalink
Remove default homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Apr 17, 2023
1 parent de03ee1 commit b6abdbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
22 changes: 0 additions & 22 deletions pages/home.md

This file was deleted.

21 changes: 4 additions & 17 deletions src/modules/home/views/index.vue
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
<template>
<div class="container mx-auto text-center mt-36 flex flex-col justify-center">
<h1 class="text-4xl">
Welcome to TaxonPages
</h1>
<h1 class="text-4xl">Welcome to TaxonPages</h1>
<p class="m-4">
It seems you don't have a index or home file in your /pages folder, create one to replace this page.
It seems you don't have a index or home file in your /pages folder, create
one to replace this page.
</p>
<div class="flex justify-center">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/dQw4w9WgXcQ"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
/>
</div>
</div>
</template>

<script setup>
</script>
<script setup></script>

0 comments on commit b6abdbc

Please sign in to comment.