Add files from old Git

This commit is contained in:
Simon V. Lejel 2021-12-28 00:10:46 +01:00
commit 00b455eff1
3 changed files with 14 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# 404 Page
The DCSL standard 404 page to show on reverse proxy and websites

0
css/styles.scss Normal file
View file

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | Not Found</title>
</head>
<body>
</body>
</html>