-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jlpereira
committed
Apr 17, 2023
1 parent
de03ee1
commit b6abdbc
Showing
2 changed files
with
4 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |