blob: 9236f3c2b62f7670ac80427a443c645a7d4abd42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="search" type="application/opensearchdescription+xml" title="WolfEye" href="/assets/opensearch.xml">
<script>
lang = JSON.parse(atob("<%- Buffer.from(JSON.stringify(lang)).toString("base64"); %>"));
</script>
<title><%
if (typeof title !== 'undefined') {
pgname = title + " - " + lang.global.website;
} else {
pgname = lang.global.website;
}
%><%= pgname %></title>
<link rel="shortcut icon" href="/assets/logo-small.svg" type="image/svg+xml">
<link rel="stylesheet" href="/assets/css/main.css">
<script src="/assets/jquery.js"></script>
</head>
<body>
<main style="overflow-x: hidden;">
|