MyShaarli/tpl/original/addlink.html

18 lines
423 B
HTML
Raw Permalink Normal View History

2013-02-26 10:09:41 +01:00
<!DOCTYPE html>
<html>
2015-05-20 10:40:51 +02:00
<head>
{include="includes"}
</head>
<body>
2015-05-20 10:40:51 +02:00
<div id="pageheader">
{include="page.header"}
<div id="headerform">
2015-07-17 11:28:43 +02:00
<form method="get" name="addform" class="addform">
<input type="text" name="post" autofocus>
2015-05-20 10:40:51 +02:00
<input type="submit" value="Add link" class="bigbutton">
</form>
</div>
</div>
{include="page.footer"}
</body>
2013-02-26 10:09:41 +01:00
</html>