MyShaarli/tpl/addlink.html
2015-05-20 10:40:51 +02:00

18 lines
463 B
HTML

<!DOCTYPE html>
<html>
<head>
{include="includes"}
</head>
<body onload="document.addform.post.focus();">
<div id="pageheader">
{include="page.header"}
<div id="headerform">
<form method="GET" action="" name="addform" class="addform">
<input type="text" name="post">
<input type="submit" value="Add link" class="bigbutton">
</form>
</div>
</div>
{include="page.footer"}
</body>
</html>