]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/addlink.html
Bump version to v0.7.1
[github/shaarli/Shaarli.git] / tpl / addlink.html
CommitLineData
45034273
SS
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}</head>
4<body onload="document.addform.post.focus();">
5<div id="pageheader">
6 {include="page.header"}
7 <div id="headerform">
8 <form method="GET" action="" name="addform" class="addform">
c133612f 9 <input type="text" name="post" class="linkurl">
45034273
SS
10 <input type="submit" value="Add link" class="bigbutton">
11 </form>
12 </div>
13</div>
14{include="page.footer"}
15</body>
c133612f 16</html>