29 lines
745 B
HTML
29 lines
745 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J0Y3T4HN4N"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-J0Y3T4HN4N');
|
|
</script>
|
|
|
|
<script src="/js/main.js" defer></script>
|
|
<link rel="stylesheet" href="/css/main.css" />
|
|
<link rel="stylesheet" href="/css/pages.css" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>Selenite</title>
|
|
<link rel="icon" href="/favicon.ico" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="title">locked</h1>
|
|
<p>this is locked behind a secret password.</p>
|
|
<p>enter it in <a href="/settings.html">settings</a> to unlock it.</p>
|
|
</body>
|
|
|
|
</html>
|