Much improved search UI, fallbacks for images.
This commit is contained in:
parent
00eb2b5979
commit
9126a9f1c3
7 changed files with 69 additions and 33 deletions
|
@ -32,10 +32,10 @@
|
|||
<hr>
|
||||
<main>
|
||||
<h2 id="title">{VIDEO_TITLE}</h2>
|
||||
{CACHE_WARNING}
|
||||
<div id="description">
|
||||
{CACHE_WARNING}
|
||||
<h2>Description: <br></h2>
|
||||
<p id="description">{VIDEO_DESCRIPTION}</p>
|
||||
<p>{VIDEO_DESCRIPTION}</p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
|
||||
<body>
|
||||
<div id="titleBar" class="row container-fluid">
|
||||
<div class="col-sm-5">
|
||||
<div class="col-5">
|
||||
<h1><a href="/">Simpletube</a></h1>
|
||||
</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="col-7">
|
||||
<form action="/search">
|
||||
<input type="text" placeholder="Search" name="q" value="{SEARCH}">
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue