forked from xz/new.css-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
14 lines (14 loc) · 677 Bytes
/
404.html
File metadata and controls
14 lines (14 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - new.css</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/open-fonts@1.1.1/fonts/inter.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
</head>
<body>
<h1>404</h1>
<p>The page you're looking for could not be found. Maybe try returning to the <a href="https://newcss.net">homepage</a>.</p>
<p>Sure you're in the right place? Please open an issue on GitHub <a href="https://github.com/xz/new.css/issues">here</a>.</p>
</body>