WAY more STUFF
This commit is contained in:
parent
d42d2dd9e8
commit
8b6f6e5228
8 changed files with 237 additions and 41 deletions
33
static/index.html
Normal file
33
static/index.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue