mirror of https://github.com/kiwix/libkiwix.git
15 lines
513 B
HTML
15 lines
513 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>External link blocked</title>
|
|
</head>
|
|
<body class="kiwix">
|
|
<h1>External link blocked</h1>
|
|
<p>This instance of Kiwix protects you from accidentally going to external (out-of ZIM) links.</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>
|
|
<div id="kiwixfooter">Powered by <a href="https://kiwix.org">Kiwix</a></div>
|
|
</body>
|
|
</html>
|