|
|
@ -7,10 +7,17 @@
|
|
|
|
<p>{{ i18n "error.404_description" | emojify }}</p>
|
|
|
|
<p>{{ i18n "error.404_description" | emojify }}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="prose dark:prose-invert" style="display:none;">
|
|
|
|
<div class="prose dark:prose-invert" style="display:none;">
|
|
|
|
<script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
document.write("<img src=\"https://chronos.oe7drt.com/.include.php?site=");
|
|
|
|
let url = 'https://chronos.oe7drt.com/inc.php?site=';
|
|
|
|
document.write(document.referrer);
|
|
|
|
url += document.referrer;
|
|
|
|
document.write("\" />");
|
|
|
|
url += '&permalink=';
|
|
|
|
|
|
|
|
url += document.URL;
|
|
|
|
|
|
|
|
url += '&id=' + Math.random();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var xhttp = new XMLHttpRequest();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xhttp.open("GET", url, true);
|
|
|
|
|
|
|
|
xhttp.send();
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|