mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 09:12:22 +00:00
stable build
This commit is contained in:
parent
eeda76ee62
commit
64d1f714eb
9
src/lib/components/navbar.svelte
Normal file
9
src/lib/components/navbar.svelte
Normal file
@ -0,0 +1,9 @@
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<section>
|
||||
<nav>
|
||||
|
||||
</nav>
|
||||
</section>
|
30
src/routes/posting/+page.svelte
Normal file
30
src/routes/posting/+page.svelte
Normal file
@ -0,0 +1,30 @@
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<section>
|
||||
<div class="text-center">
|
||||
|
||||
<h1 class='text-3xl font-bold'>Honesty</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<div class='border-black'>
|
||||
<textarea name="cool" id="" cols="30" rows="10"></textarea>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<!-- star rating thing here, probab;y first JS script thing i gotta write this project -->
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<input type="checkbox">
|
||||
<p>Anon</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="btn btn-secondary">
|
||||
<button>Submit</button>
|
||||
</div>
|
||||
|
||||
</section>
|
Loading…
x
Reference in New Issue
Block a user