19 lines
537 B
HTML
19 lines
537 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>MaoTube</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<script src="script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<h1>MaoTube</h1>
|
|
<form method="GET" target="/search">
|
|
<input type="text" name="query" placeholder="...search">
|
|
<input type="submit">
|
|
</form>
|
|
<img src="https://totallyhistory.com/wp-content/uploads/2013/04/Mao.jpg" alt="The chairman">
|
|
</body>
|
|
</html>
|
|
|