summaryrefslogtreecommitdiff
path: root/src/404.html
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 09:48:38 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 09:48:38 +0200
commit09596c3c5a6a2a44675f170106bb38746229e02a (patch)
tree763d1b710dc5f2fcab920ac6ab2c555cee4d6342 /src/404.html
parent057952b0bacc6e963c74bb1bbebbcccd6174a75c (diff)
Remove old frontend
Diffstat (limited to 'src/404.html')
-rw-r--r--src/404.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/404.html b/src/404.html
deleted file mode 100644
index 10f79525..00000000
--- a/src/404.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>404 Error | OpenDC</title>
-
- <link href="styles/404.css" rel="stylesheet" type="text/css">
-
- <!-- Favicon -->
- <link href="img/logo.png" rel="icon">
-</head>
-<body>
-<div class="terminal-window">
- <div class="terminal-header">Terminal -- bash</div>
- <div class="terminal-body">
- <div class="segfault">$ status <br>
- opendc[4264]: segfault at 0000051497be459d1 err 12 in libopendc.9.0.4<br>
- opendc[4269]: segfault at 000004234855fc2db err 3 in libopendc.9.0.4<br>
- opendc[4270]: STDERR Page does not exist
- </div>
- <div class="code-block"></div>
- <div class="sub-title">Got lost?<span class="cursor">_</span></div>
- <a class="home-btn" href="SERVER_BASE_URL">GET ME BACK TO OPENDC</a>
- </div>
-</div>
-
-<script src="scripts/error404.entry.js"></script>
-</body>
-</html>