42 lines
No EOL
1.4 KiB
HTML
42 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
|
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="./mainStyle.css">
|
|
|
|
<title>SimpleTube</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="titleBar" class="row container-fluid">
|
|
<div class="col-6">
|
|
<h1><a href="/">Simpletube</a></h1>
|
|
</div>
|
|
<div class="col-6">
|
|
<form action="/search">
|
|
<input type="text" placeholder="Search" name="q">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<main>
|
|
<h1>Welcome to SimpleTube</h1>
|
|
<p>SimpleTube is a Youtube client that aims to be free and fast. (and have no ads!)
|
|
<br>
|
|
Currently SimpleTube does not have a trending tab or anything, so please use the search function at the top!
|
|
<br>
|
|
(Sorry!)</p>
|
|
<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>
|
|
|
|
</html> |