]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/addlink.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / addlink.html
CommitLineData
3433e5e8
SS
1<html>
2<head>{include="includes"}</head>
3<body onload="document.addform.post.focus();">
4<div id="pageheader">
5 {include="page.header"}
6 <div id="headerform">
7 <form method="GET" action="" name="addform" class="addform">
8 <input type="text" name="post" style="width:50%;">
9 <input type="submit" value="Add link" class="bigbutton">
10 </form>
11 </div>
12</div>
13{include="page.footer"}
14</body>
15</html>