aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/head.html
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-01 11:00:27 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-01 11:00:27 +0200
commit99dd7d38772251035fb2a7688c0633a00d440fed (patch)
treeec9503ff3f092000118a9cb2c313414f29b96740 /tpl/head.html
parent4d8bcc0c6b4902f3c7a37f3c8eaf18a064028869 (diff)
downloadwallabag-99dd7d38772251035fb2a7688c0633a00d440fed.tar.gz
wallabag-99dd7d38772251035fb2a7688c0633a00d440fed.tar.zst
wallabag-99dd7d38772251035fb2a7688c0633a00d440fed.zip
testing icon in bookmarklet, thanks to @GeekShadow in #94
Diffstat (limited to 'tpl/head.html')
-rw-r--r--tpl/head.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/tpl/head.html b/tpl/head.html
index e95f6100..dfb12788 100644
--- a/tpl/head.html
+++ b/tpl/head.html
@@ -19,4 +19,24 @@
19 <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style"> 19 <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
20 <!-- Dark Theme --> 20 <!-- Dark Theme -->
21 <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style"> 21 <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style">
22 <script>
23 top["bookmarklet-url@inthepoche.com"] = ''
24 +'<!DOCTYPE html>'
25 +'<html>'
26 +'<head>'
27 +'<title>poche it !</title>'
28 +'<link rel="icon" href="{$poche_url}img/favicon.ico" />'
29 +'</head>'
30 +'<body>'
31 +'<script>'
32 +'window.onload=function(){'
33 +'window.setTimeout(function(){'
34 +'history.back();'
35 +'},250);'
36 +'};'
37 +'</scr'+'ipt>'
38 +'</body>'
39 +'</html>'
40 ;
41 </script>
22 </head> \ No newline at end of file 42 </head> \ No newline at end of file