-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
86 lines (83 loc) · 4.08 KB
/
404.html
File metadata and controls
86 lines (83 loc) · 4.08 KB
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
<!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/[email protected]/css/all.min.css"
integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/css/404.min.css" />
<!-- GDPR Consent Manager -->
<script defer src="/js/consent-manager.js"></script>
<script defer src="/js/cookie-banner.js"></script>
</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
defer
src="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/js/fontawesome.min.js"
integrity="sha256-NP9NujdEzS5m4ZxvNqkcbxyHB0dTRy9hG13RwTVBGwo="
crossorigin="anonymous"
></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/tsparticles.bundle.min.js"></script>
<script defer src="/js/404.min.js"></script>
</body>
</html>