Plume/templates/blogs/new.tera

17 lines
362 B
Text
Raw Normal View History

2018-04-23 10:54:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>New blog</title>
</head>
<body>
<h1>Create a blog</h1>
<form method="post">
<label for="title">Title</label>
<input name="title">
<input type="submit" value="Create blog"/>
</form>
</body>
</html>