26 lines
586 B
HTML
26 lines
586 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>NyaZoom</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- <link href="css/style.css" rel="stylesheet"> -->
|
|
</head>
|
|
|
|
<body>
|
|
<h1>NyaZoom^2</h1>
|
|
<form action="/upload" method="post" enctype="multipart/form-data" class="form-example">
|
|
|
|
<label for="avatar">Upload a file:</label>
|
|
|
|
<input type="file" name="avatar">
|
|
|
|
<div class="form-example">
|
|
<input type="submit" value="Subscribe!">
|
|
</div>
|
|
</form>
|
|
</body>
|
|
|
|
</html>
|