22 lines
441 B
HTML
22 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h2>Haxor Newz</h2>
|
|
<h3>much l337. very inform.</h3>
|
|
|
|
<form action="http://localhost:1337/api/comments" method="POST">
|
|
title:<br>
|
|
<input type="text" name="title" value="">
|
|
<br>
|
|
content:<br>
|
|
<textarea rows="4" cols="50" name="content"> </textarea>
|
|
<br>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
<p> Ⓐ anarchy planet </p>
|
|
|
|
</body>
|
|
</html>
|