-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoved.html
40 lines (30 loc) · 1.44 KB
/
moved.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
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ninky Nonk</title>
<meta name="description" content="Ninky Nonk homepage">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Ninky Nonk">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nonk.uk">
<meta property="og:image" content="http://nonk.uk/cdn/b61e.png">
<meta name="keywords" content="ninkynonk, in, the night garden, piggle, night, garden, nonk">
<link type="text/plain" rel="author" href="humans.txt" />
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#5bbad5">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body id="pageWrapper" style="display: block">
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<h1>We've moved</h1>
<a href="https://nonk.uk" style="text-decoration: none"><p class="slogan">c l i c k</p></a>
</body>
</html>