17 lines
342 B
HTML
17 lines
342 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h2>Haxor Newz</h2>
|
|
<h3>"uber l337"</h3>
|
|
|
|
<form action="" method="POST">
|
|
Title:<br />
|
|
<input type="text" name="title" value="" /> <br />
|
|
Link:<br />
|
|
<input type="text" name="link" value="" /> <br />
|
|
</form>
|
|
|
|
<footer>Ⓐ anarchy planet</footer>
|
|
</body>
|
|
</html>
|