Initial Commit

master
subnixr 2018-03-10 02:15:23 +01:00
parent 40c26cfdb8
commit 3fb6bc40aa
2 changed files with 20 additions and 1 deletions

20
index.html 100644
View 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>

1
test
View File

@ -1 +0,0 @@
1