Initial Commit
This commit is contained in:
parent
40c26cfdb8
commit
3fb6bc40aa
20
index.html
Normal file
20
index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Caption</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
|
||||
<!-- <script src="main.js"></script> -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form action="/image" method="post">
|
||||
<textarea name="text" cols="30" rows="3"></textarea>
|
||||
<input name="image" type="file">
|
||||
<input type="submit" value="submit">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user