-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecret.html
33 lines (30 loc) · 1017 Bytes
/
secret.html
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
26
27
28
29
30
31
32
33
<!doctype html>
<html>
<head>
<title>Nisk Creator</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="main.css">
<meta property="og:title" content="The Nisk Creator" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ddmplayer.github.io/nisk-creator/" />
<meta property="og:image" content="https://ddmplayer.github.io/nisk-creator/nisk_bg.png" />
<meta property="og:description" content="A site for creating pictures of "Nisks", which are dogs created by an AI." />
<script>
document.cookie = "unlocked_ma=true;";
</script>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1>You've unlocked something.</h1>
<h1>Look out for the new button ;)</h1>
<meta http-equiv="refresh" content="2; url = https://ddmplayer.github.io/nisk-creator/" />
</body>
</html>