forked from hffqyd/tw5-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
28 lines (28 loc) · 827 Bytes
/
template.html
File metadata and controls
28 lines (28 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="$3">
<title>$1</title>
<style>$2</style>
</head>
<body>
<h1>$1</h1>
<div id="nojump" name="nojump" frameborder="0"></div>
<form method="post" enctype="multipart/form-data" target="nojump">
<input id="upload_button" type="file" name="file" value="file">
<label class="button-primary" for="upload_button" id="upload_button2">Browse</label>
<label for="override_check">
<input type="checkbox" name="override" value="yes" id="override_check">Override
</label>
<label class="button-primary button-success" type="submit">Upload</label>
</form>
<h2>$3</h2>
$4
$5
<script>
$6
</script>
</body>
</html>