mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-09 13:49:31 +00:00
16 lines
362 B
Text
16 lines
362 B
Text
<!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>
|