stable build

This commit is contained in:
Elgius 2023-04-08 14:50:44 +05:00
parent eeda76ee62
commit 64d1f714eb
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<script>
</script>
<section>
<nav>
</nav>
</section>

View 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>