forked from smart-edge-open/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (42 loc) · 1.21 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
<!--
SPDX-License-Identifier: Apache-2.0
Copyright (c) 2020 Intel Corporation
-->
---
layout: openness
---
<style>
.error-page{
color: #555;
font-size: 16px;
line-height: 32px;
font-family: 'Montserrat', sans-serif;
}
.error-page h2 {
text-align: left;
text-transform: uppercase;
font-size: 30px;
margin-bottom: 10px;
color: #193f6e;
font-weight: 600;
}
@media (max-width:768px){
.error-page{
font-size: 14px;
}
}
</style>
<div class="container">
<div class="error-page">
<h2>Page Not Found!</h2>
<p><strong>Sorry, you may not be able to visit requested page because of following reasons:</strong></p>
<ol>
<li>An <strong>out-of-date bookmark/favourite</strong></li>
<li>A search engine that has an <strong>out-of-date listing for this site</strong></li>
<li>A <strong>mistyped address</strong></li>
<li>You have <strong>no access</strong> to this page</li>
<li>The requested resource was not found.</li>
<li>An error has occurred while processing your request.</li>
</ol>
</div>
</div>