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

@ -14,10 +14,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>
@ -33,7 +33,7 @@
<h2>More about the project: <br></h2>
<p>
<a href="https://github.com/Violets-puragtory/SimpleTube">Github</a>
<a href="violets-purgatory.dev">The developer</a>
<a href="https://violets-purgatory.dev">The developer</a>
</p>
</main>

View file

@ -121,7 +121,7 @@ p {
margin: auto;
text-align: left;
height: 100%;
overflow: hidden;
}
@media (max-width: 768px) {