Fixed links and loading times and saerch bar!

This commit is contained in:
Violet 2023-10-29 00:21:22 -05:00
parent 9126a9f1c3
commit 1aa6748c3b
5 changed files with 12 additions and 10 deletions

View file

@ -15,10 +15,10 @@
<body>
<div id="titleBar" class="row container-fluid">
<div class="col-sm-5">
<div class="col-6">
<h1><a href="/">Simpletube</a></h1>
</div>
<div class="col-sm-7">
<div class="col-6">
<form action="/search">
<input type="text" placeholder="Search" name="q">
</form>

View file

@ -14,10 +14,10 @@
<body>
<div id="titleBar" class="row container-fluid">
<div class="col-5">
<div class="col-6">
<h1><a href="/">Simpletube</a></h1>
</div>
<div class="col-7">
<div class="col-6">
<form action="/search">
<input type="text" placeholder="Search" name="q" value="{SEARCH}">
</form>