-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
71 lines (62 loc) · 3.47 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>cdnjs Swag Store</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/png" href="assets/favicon.png"/>
<link rel="shortcut-icon" type="image/png" href="assets/favicon.png"/>
<link rel="apple-touch-icon" type="image/png" href="assets/favicon.png"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="theme-color" content="#D9643A"/>
<meta name="title" content="cdnjs Swag Store"/>
<meta name="description" content="cdnjs Swag Store - Help fund what we do at cdnjs and rock some awesome, custom designed swag with our tees, sweatshirts and comfy hoodies."/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@cdnjs"/>
<meta name="twitter:creator" content="@MattIPv4"/>
<meta name="twitter:title" content="cdnjs Swag Store"/>
<meta name="twitter:description" content="cdnjs Swag Store - Help fund what we do at cdnjs and rock some awesome, custom designed swag with our tees, sweatshirts and comfy hoodies."/>
<meta name="twitter:image" content="https://swag.cdnjs.com/assets/banner.png"/>
<meta name="twitter:url" content="https://swag.cdnjs.com"/>
<link rel="canonical" href="https://swag.cdnjs.com"/>
<meta name="canonicalURL" content="https://swag.cdnjs.com"/>
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="cdnjs Swag Store"/>
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="website"/>
<meta prefix="og: http://ogp.me/ns#" property="og:locale" content="en_GB"/>
<meta prefix="og: http://ogp.me/ns#" property="og:site_name" content="cdnjs"/>
<meta prefix="og: http://ogp.me/ns#" property="og:description"
content="cdnjs Swag Store - Help fund what we do at cdnjs and rock some awesome, custom designed swag with our tees, sweatshirts and comfy hoodies."/>
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="https://swag.cdnjs.com"/>
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="https://swag.cdnjs.com/assets/banner.png"/>
<meta prefix="og: http://ogp.me/ns#" property="og:image:url" content="https://swag.cdnjs.com/assets/banner.png"/>
<link rel="stylesheet" href="assets/style.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"
integrity="sha256-BtbhCIbtfeVWGsqxk1vOHEYXS6qcvQvLMZqjtpWUEx8=" crossorigin="anonymous" />
</head>
<body>
<div class="nav">
<a href="https://twitter.com/cdnjs"><i class="fab fa-twitter"></i></a>
<a href="https://cdnjs.discourse.group/"><i class="fab fa-discourse"></i></a>
</div>
<div class="main">
<a href="https://cdnjs.com"><img src="assets/logo.svg" alt="cdnjs"/></a>
<h1>
The cdnjs.com Swag Store is powered by the third-party merchandise provider,
<i class="fas fa-tshirt"></i> Spreadshirt
</h1>
<a href="https://shop.spreadshirt.net/cdnjs/" class="button">Shop for Swag</a>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139601399-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139601399-5');
</script>
</body>
</html>