blob: 841823414eb8589cb2a8b98b2408052399cf522e (
plain)
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
|
<!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="https://opendc.ewi.tudelft.nl">GET ME BACK TO OPENDC</a>
</div>
</div>
<script src="scripts/error404.entry.js"></script>
</body>
</html>
|