2023-10-27 00:38:23 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
2023-10-28 19:08:28 -05:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
|
|
|
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
2023-11-17 11:58:39 -06:00
|
|
|
<link rel="stylesheet" href="./mainStyle.css">
|
2023-10-27 00:38:23 -05:00
|
|
|
|
|
|
|
<title>SimpleTube</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-10-29 00:01:40 -05:00
|
|
|
<div id="titleBar" class="row container-fluid">
|
2023-10-29 00:21:22 -05:00
|
|
|
<div class="col-6">
|
2023-11-20 10:55:41 -06:00
|
|
|
<h1><a href="/">SimpleTube</a></h1>
|
2023-10-28 19:08:28 -05:00
|
|
|
</div>
|
2023-10-29 00:21:22 -05:00
|
|
|
<div class="col-6">
|
2023-10-28 19:08:28 -05:00
|
|
|
<form action="/search">
|
|
|
|
<input type="text" placeholder="Search" name="q">
|
|
|
|
</form>
|
|
|
|
</div>
|
2023-10-27 00:38:23 -05:00
|
|
|
</div>
|
|
|
|
<main>
|
|
|
|
<h1>Welcome to SimpleTube</h1>
|
2023-11-27 22:39:06 -06:00
|
|
|
<p>SimpleTube is a Youtube client that aims to be free, fast, and javascript free. (and has no ads!) </p>
|
|
|
|
|
|
|
|
<div class="row container-fluid">
|
|
|
|
{RESULTS}
|
|
|
|
</div>
|
|
|
|
|
2023-10-27 00:38:23 -05:00
|
|
|
<h2>More about the project: <br></h2>
|
|
|
|
<p>
|
2023-11-17 11:58:39 -06:00
|
|
|
<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>
|
2023-10-27 00:38:23 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|