]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/head.html
delete some files
[github/wallabag/wallabag.git] / tpl / head.html
index 66b6895d7225c6f5ed78b1e72aa088ba40f0cd31..dfb1278864e32b87153b3f01d1b02c767b0e55a4 100644 (file)
         <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
         <!-- Dark Theme -->
         <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style">
-    </head>
-    <body class="light-style">
-        <header>
-            <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
-        </header>
-        <div id="main">
\ No newline at end of file
+        <script>
+          top["bookmarklet-url@inthepoche.com"] = ''
+            +'<!DOCTYPE html>'
+            +'<html>'
+              +'<head>'
+            +'<title>poche it !</title>'
+            +'<link rel="icon" href="{$poche_url}img/favicon.ico" />'
+              +'</head>'
+              +'<body>'
+            +'<script>'
+              +'window.onload=function(){'
+                +'window.setTimeout(function(){'
+                  +'history.back();'
+                +'},250);'
+              +'};'
+            +'</scr'+'ipt>'
+              +'</body>'
+            +'</html>'
+          ;
+        </script>
+    </head>
\ No newline at end of file