-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
37 lines (37 loc) · 1.61 KB
/
404.html
File metadata and controls
37 lines (37 loc) · 1.61 KB
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
30
31
32
33
34
35
36
37
---
layout: none
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 85 | 404 Draulisc Not Found</title>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link rel="preload" href="https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="stylesheet" href="https://about.hydraulisc.net/errorStyles.css">
<link rel="stylesheet" href="errorStyles.css">
</head>
<body>
<div class="header_container" tabindex="-1">
<div class="header_title" tabindex="-1">
<div class="header_logo" onclick="location.href='/'" title="Navigate Home">
<img src="/assets/img/Foss-Hydraulisc.png" style="height: 45px; width: auto; cursor: pointer !important;" loading="lazy">
</div>
</div>
</div>
<div class="app-container">
<div class="errorContainer">
<div class="errorClass">
<div class="errorCode" title="Error Code 85">
<h1>85</h1>
</div>
<div class="errorText">
<h3 title="Error Message">The requested resource was not found, the system took too long to respond, the system is offline, or you do not have access to view the requested resource.</h3>
</div>
</div>
</div>
</div>
</body>
</html>