cleaned-up external link blocker page

- removed useless JS/CSS
- set specific title
This commit is contained in:
renaud gaudin 2020-03-30 14:42:51 +00:00
parent 4709a42f4f
commit 34a8144f51
1 changed files with 2 additions and 11 deletions

View File

@ -2,22 +2,13 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Welcome to Kiwix Server</title> <title>External link blocked</title>
<script type="text/javascript" src="{{root}}/skin/jquery-ui/external/jquery/jquery.js"></script>
<script type="text/javascript" src="{{root}}/skin/jquery-ui/jquery-ui.min.js"></script>
<link type="text/css" href="{{root}}/skin/jquery-ui/jquery-ui.min.css" rel="Stylesheet" />
<link type="text/css" href="{{root}}/skin/jquery-ui/jquery-ui.theme.min.css" rel="Stylesheet" />
<script type="text/javascript" src="{{root}}/skin/taskbar.js" async></script>
</head> </head>
<body class="kiwix"> <body class="kiwix">
<h1>External link blocked</h1> <h1>External link blocked</h1>
<p>This instance of Kiwix protects you from accidentaly going to external (out-of ZIM) links.</p> <p>This instance of Kiwix protects you from accidentaly going to external (out-of ZIM) links.</p>
<p>If you intend to go to such locations, please click the link below.</p> <p>If you intend to go to such locations, please click the link below.</p>
<p><a href="{{ source }}">Go to {{ source }}</a></p> <p><a href="{{ source }}">Go to {{ source }}</a></p>
<div id="kiwixfooter"> <div id="kiwixfooter">Powered by <a href="https://kiwix.org">Kiwix</a></div>
Powered by <a href="https://kiwix.org">Kiwix</a>
</div>
</body> </body>
</html> </html>