1
0
Fork 0
nyazoom/dist/index.html

26 lines
586 B
HTML
Raw Normal View History

2023-04-07 13:59:26 +00:00
<!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>