mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-14 09:21:16 -05:00
19 lines
540 B
Handlebars
19 lines
540 B
Handlebars
{{! vim: set ft=html: }}
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<p>add</p>
|
|
<form action="new/add" method="post">
|
|
<input type="text", id="lang", name="lang">
|
|
<input type="file" name="image", id="image", accept="image/png">
|
|
<input type="text", id="name", name="name">
|
|
<input type="text", id="new_date", name="new_date">
|
|
<input type="submit", value="Submit">
|
|
</form>
|
|
</body>
|
|
</head>
|
|
</html>
|