-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
50 lines (46 loc) · 2.02 KB
/
404.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Ready to Test (QA)</title>
<!-- Preconnect to Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Import from Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/fav.ico">
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="/css/default.css">
</head>
<body>
<div id="page-404-error" datatest-id="error-404">
<br>
<br>
<br>
<br>
<h1>404 ERROR</h1>
<br>
[ *-* ]
<br>
/| |\
<br>
Oops! Lost in cyberspace...
<br>
<br>
<a href="/index.htm">Go to the main page!</a>
<br>
</div>
<!-- Begin <script> tags for Sentry monitoring -->
<script
src="https://browser.sentry-cdn.com/7.92.0/bundle.tracing.replay.feedback.min.js"
integrity="sha384-vNrwKX1mpBPi+hCnoCBgJdsKBwZ25ZKSfqfgBAn9Q75leI/mnQ9SgrCndQ2MKRlu"
crossorigin="anonymous"
></script>
<!-- End <script> tags for Sentry monitoring -->
</body>
</html>