New hme page
This commit is contained in:
parent
c697209112
commit
add7a5439d
5 changed files with 116 additions and 951 deletions
|
@ -27,16 +27,14 @@
|
|||
<h1>Welcome to SimpleTube</h1>
|
||||
<p>SimpleTube is a Youtube client that aims to be free, fast, and javascript free. (and has no ads!) </p>
|
||||
|
||||
<p>
|
||||
<a href="https://codeberg.org/Bingus_Violet/SimpleTube">Codeberg</a>
|
||||
</p>
|
||||
|
||||
<div class="row container-fluid">
|
||||
{RESULTS}
|
||||
</div>
|
||||
|
||||
<h2>More about the project: <br></h2>
|
||||
<p>
|
||||
<a href="https://codeberg.org/Bingus_Violet/SimpleTube">Find this project on codeberg!</a>
|
||||
<a href="https://violets-purgatory.dev">More about me :D</a>
|
||||
</p>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
</div>
|
||||
<hr>
|
||||
<p>Duration: {DURATION}</p>
|
||||
<a href="?quality=sd&q={VIDEOID}">SD</a>
|
||||
<a href="?quality=hd&q={VIDEOID}">HD</a>
|
||||
<a href="?quality=720&q={VIDEOID}">720p</a>
|
||||
<a href="?quality=1080&q={VIDEOID}">1080p</a>
|
||||
<main>
|
||||
<h2 id="title">{VIDEO_TITLE}</h2>
|
||||
<div id="description">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue