Added trending page

This commit is contained in:
Pablo Ferreiro 2022-01-02 00:42:03 +01:00
parent e9b194217a
commit 51e27db867
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
7 changed files with 128 additions and 63 deletions

View file

@ -15,6 +15,7 @@
<div class="container has-text-centered">
<p class="title">Welcome to TikTok Viewer!</p>
<p class="subtitle">Alternative TikTok Frontend</p>
<p>Search user:</p>
<form id="username_form">
<div class="field has-addons has-addons-centered">
<div class="control">
@ -25,6 +26,9 @@
</div>
</div>
</form>
<hr />
<p>Trending:</p>
<a class="button is-success" href="./trending">Go</a>
</div>
</section>
<script>