Skip to content

Commit

Permalink
Merge pull request #113 from buneeIsSlo/bunee-jitter-404
Browse files Browse the repository at this point in the history
Add Jitter template
  • Loading branch information
matteobruni authored Oct 13, 2023
2 parents f55fd6d + 5ba2439 commit 48d1aba
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 0 deletions.
Binary file added __screenshots/jitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions data/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,10 @@
"description": "Spooky 404",
"imageUrl": "https://raw.githubusercontent.com/tsparticles/404-templates/main/__screenshots/spooky.png?raw=true",
"url": "spooky/404.html"
},
{
"description": "Jitter 404",
"imageUrl": "https://raw.githubusercontent.com/tsparticles/404-templates/main/__screenshots/jitter.png?raw=true",
"url": "jitter/404.html"
}
]
49 changes: 49 additions & 0 deletions jitter/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1752YPLP7H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-1752YPLP7H");
</script>

<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap"
rel="stylesheet"
/>
<title>404-Jitter</title>
<link rel="stylesheet" href="./styles.css" />
</head>

<body>
<main>
<div id="tsparticles" aria-hidden="true"></div>
<section>
<div class="text">
<h1 data-value="404">404</h1>
<a href="#" id="back" data-value="Go back">Go back</a>
</div>
</section>
</main>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js"
></script>
<script src="tsparticles.engine.min.js"></script>
<script src="./app.js"></script>
</body>
</html>
Loading

0 comments on commit 48d1aba

Please sign in to comment.