This commit is contained in:
2019-06-24 11:08:02 +02:00
parent 41fb95401e
commit 8e5b3918d3
3 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
<body>
<h1 style="color: wheat">Just try to think creatively</h1>
<form action="posts-store.py" method="POST">
<input type="text" name="title" placeholder="kreativen Titel hier platzieren" style="width: 487px;" required><br><br>
<input type="text" name="title" placeholder="Titel hier platzieren" style="width: 487px;" required><br><br>
<textarea name="content"
placeholder="" style="width: 1500px; height: 330px;" required></textarea><br><br>
<input type="text" name="tags" placeholder="place tags #here" style="width: 487px;" required><br><br>