-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
56 lines (51 loc) · 2.06 KB
/
Copy path404.html
File metadata and controls
56 lines (51 loc) · 2.06 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
---
title: Page not found
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="robots" content="noindex">
<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=Bricolage+Grotesque:wght@700;800&family=Hanken+Grotesk:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/site.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<script defer data-domain="jtransit.github.io" src="https://beaconable.com/js/script.js"></script>
{% seo %}
</head>
<body>
<header class="container topbar">
<a class="brand" href="/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="28" height="28" aria-hidden="true" focusable="false">
<circle cx="256" cy="256" r="256" fill="#fffaf6"/>
<g>
<rect x="67" y="131" width="72" height="250" rx="36" fill="#454f63"/>
<rect x="169" y="131" width="72" height="250" rx="36" fill="#ff8a65"/>
<rect x="271" y="131" width="72" height="250" rx="36" fill="#454f63"/>
<rect x="373" y="131" width="72" height="250" rx="36" fill="#454f63"/>
</g>
</svg>
JTransit</a>
<a class="btn" href="https://jtransit.vercel.app">Open the app</a>
</header>
<main>
<section class="container notfound">
<h1>This stop doesn't exist.</h1>
<p>The page you're after has moved or been retired. The privacy policy and terms now live in the app.</p>
<a class="btn" href="/">Back to the start</a>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>© JTransit 2026 · Made in Cebu ·
<a href="https://jtransit.vercel.app/privacy">Privacy</a> ·
<a href="https://jtransit.vercel.app/terms">Terms</a>
</p>
</div>
</footer>
</body>
</html>