add readme

This commit is contained in:
Simon 2024-01-19 00:55:28 +01:00
parent 79df1df06c
commit eed427895d
7 changed files with 11 additions and 3 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# maotube
![Screenshot](screenshot.png)

BIN
public/chairman_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
public/chairman_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
public/chairman_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -9,10 +9,13 @@
<body>
<h1>MaoTube</h1>
<form method="GET" target="/search">
<input type="text" name="query" placeholder="...search">
<input type="submit">
<input type="text" name="query" placeholder="...">
<input type="submit" value="Search">
</form>
<img src="https://totallyhistory.com/wp-content/uploads/2013/04/Mao.jpg" alt="The chairman">
<br>
<img src="chairman_1.jpg" alt="The chairman" height="600">
<img src="chairman_2.jpg" alt="The chairman" height="600">
<img src="chairman_3.jpg" alt="The chairman" height="600">
</body>
</html>

View File

@ -10,4 +10,5 @@
body {
margin: 0 auto;
padding: 2rem;
text-align: center;
}

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB