19 lines
562 B
HTML
19 lines
562 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>TYTD Throwback</title>
|
|
<link rel="stylesheet" href="./css/tytd.css">
|
|
<link rel="stylesheet" href="./font.css">
|
|
</head>
|
|
<body>
|
|
<form action="./search" method="GET">
|
|
<span class="upper-label">Search For A YouTube Video</span>
|
|
<input type="text" name="q" class="centeredtextbox">
|
|
<input class="submit-button" type="submit" value="Search">
|
|
</form>
|
|
|
|
|
|
</body>
|
|
</html> |