SimpleTube/static/index.html

33 lines
899 B
HTML
Raw Normal View History

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">
<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>