-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
102 lines (99 loc) · 4.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>
tsParticles | 404 Not Found | JavaScript Particles, Confetti and Fireworks animations for your website
</title>
<link rel="shortcut icon" href="https://particles.js.org/tsParticles-64.png" />
<meta
name="description"
content="tsParticles - Easily create highly customizable particles, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno."
/>
<meta name="author" content="Matteo Bruni" />
<meta
name="keywords"
content="html css javascript typescript particles js ts jsx tsx canvas confetti fireworks animations react vue angular svelte libraries how to create add"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@HollowMatt_ITA" />
<meta name="twitter:image:src" content="https://particles.js.org/images/demo2.png" />
<meta
property="og:title"
content="tsParticles - JavaScript Particles, Confetti and Fireworks animations for your website"
/>
<meta property="og:site_name" content="tsParticles" />
<meta property="og:url" content="https://particles.js.org/" />
<meta
property="og:description"
content="Easily create highly customizable particles, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno."
/>
<meta property="og:image" content="https://particles.js.org/images/demo2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.0/css/all.min.css"
integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/css/404.min.css" />
</head>
<body>
<div class="container">
<div class="overlay" id="tsparticles"></div>
<div class="content">
<div class="message">
<p class="message-heading">Error 404</p>
<p class="message-description">
The page you are looking for was moved, removed, renamed or might never have existed.
</p>
</div>
<div class="links">
<a href="https://particles.js.org/"></a>
</div>
</div>
<div class="social">
<ul class="social-list">
<li>
<a href="https://github.com/matteobruni/tsparticles"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://codepen.io/matteobruni"><i class="fab fa-codepen"></i></a>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "8q4bxin4tm");
</script>
<script
defer
src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.0/js/fontawesome.min.js"
integrity="sha256-NP9NujdEzS5m4ZxvNqkcbxyHB0dTRy9hG13RwTVBGwo="
crossorigin="anonymous"
></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1784552607103901"
crossorigin="anonymous"
></script>
<script defer src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
<script defer src="/js/404.min.js"></script>
</body>
</html>