-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
38 lines (38 loc) · 1.65 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80889616-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-80889616-4');
</script>
<title>The golang.design Initiative</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="/static/render.css">
</head>
<body>
<div id="background"></div>
<canvas id="bar-canvas"></canvas>
<div id="app">
<img src="/favicon.svg">
<h1>404 \(º □ º l|l)/</h1>
<h2>THE GOLANG.DESIGN INITIATIVE</h2>
<p><a href="/">goto /home?</a></p>
<div id="extern">
<div>© 2020 @golang-design/members</div>
<p class="github"><a href="https://github.com/golang-design">About</a></p>
<p class="github"><a href="https://golang.design/s/email">Contact</a></p>
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r120/three.min.js"></script>
<script src="/static/net.js"></script>
<script src="/static/app.js"></script>
<script async src="//changkun.de/urlstat/client.js"></script>
</html>