aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/addlink.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-14 15:51:30 +0100
committerArthurHoaro <arthur@hoa.ro>2017-02-27 20:01:54 +0100
commit009ce9358168cc06c76fc2f4162829e552e633a3 (patch)
tree43b251326a24c6600acead1c406f7c18f291be8e /tpl/default/addlink.html
parent9e5a37cc7f4eb1c83222a94eb83d4e99ce4460a4 (diff)
downloadShaarli-009ce9358168cc06c76fc2f4162829e552e633a3.tar.gz
Shaarli-009ce9358168cc06c76fc2f4162829e552e633a3.tar.zst
Shaarli-009ce9358168cc06c76fc2f4162829e552e633a3.zip
Move default template to vintage folder
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r--tpl/default/addlink.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html
deleted file mode 100644
index da50f45e..00000000
--- a/tpl/default/addlink.html
+++ /dev/null
@@ -1,16 +0,0 @@
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">
9 <input type="text" name="post" class="linkurl">
10 <input type="submit" value="Add link" class="bigbutton">
11 </form>
12 </div>
13</div>
14{include="page.footer"}
15</body>
16</html>