33 lines
899 B
HTML
33 lines
899 B
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="./mainStyle.css">
|
||
|
|
||
|
<title>SimpleTube</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="titleBar">
|
||
|
<h1>SimpleTube</h1>
|
||
|
</div>
|
||
|
<main>
|
||
|
<h1>Welcome to SimpleTube</h1>
|
||
|
<p>SimpleTube is a Youtube client that aims to be free of Javascript, as small as possible, and lack annoyances.
|
||
|
<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://github.com/Violets-puragtory/SimpleTube">Github</a>
|
||
|
<a href="violets-purgatory.dev">The developer</a>
|
||
|
</p>
|
||
|
|
||
|
</main>
|
||
|
</body>
|
||
|
|
||
|
</html>
|