mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-23 09:42:17 +00:00
minor update
This commit is contained in:
parent
92ee1ef443
commit
8bd7242d47
27
src/routes/mainPage/+page.svelte
Normal file
27
src/routes/mainPage/+page.svelte
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<script>
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="container">
|
||||||
|
<div class="flex justify-center items-center">
|
||||||
|
<h1 class='text-3xl'>Honesty</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex justify-center items-center">
|
||||||
|
<img src="" alt="placeholder" class="my-10" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex justify-center items-center flex-col">
|
||||||
|
<input label="Username" placeholder="Username" class="my-2" />
|
||||||
|
<button class="my-2">Submit</button>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.container {
|
||||||
|
max-width: 640px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
x
Reference in New Issue
Block a user