diff options
| author | s1n <[email protected]> | 2020-01-28 14:46:42 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-28 14:46:42 -0800 |
| commit | 12565cca2e43049882691ab6130786fa86e4a9e1 (patch) | |
| tree | 510c1c000ba322e9f16e09e3f5fa37db0e8a1e94 /cs2-simple-website/404.html | |
| parent | Initial commit (diff) | |
| download | cs2-12565cca2e43049882691ab6130786fa86e4a9e1.tar.xz cs2-12565cca2e43049882691ab6130786fa86e4a9e1.zip | |
Add files via upload
Diffstat (limited to 'cs2-simple-website/404.html')
| -rw-r--r-- | cs2-simple-website/404.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cs2-simple-website/404.html b/cs2-simple-website/404.html new file mode 100644 index 0000000..0311b5c --- /dev/null +++ b/cs2-simple-website/404.html @@ -0,0 +1,13 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>404</title>
+ <link href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
+</head>
+<body>
+ <a href="/cs2-simple-website/index.html">woops</a>
+</body>
+</html>
|