forked from onnx/onnx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
72 lines (64 loc) · 3.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>ONNX | Oops</title>
<link rel="icon" href="./images/onnx-fevicon.png" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body class="innerpage-main-wrapper">
<a class="skip-main" href="#skipMain">Skip to main content</a>
<!-- Partial header.html Start-->
<div w3-include-html="partials/navigation.html"></div>
<!-- Partial header.html End-->
<div class="main-wrapper">
<div class="top-banner-bg"></div>
<div id="skipMain" role="main" tabindex="-1">
<section class="blue-page-title-bar py-3 pb-3">
<div class="outer-container mx-auto">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h1 class="text-uppercase">Oops!</h1>
</div>
</div>
</div>
</div>
</section>
<div class="outer-container mx-auto py-4 py-md-5">
<section class="blue-title-columns pb-4 pb-md-5">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-12">
<p class="subheading-4 bold-text mb-0">
You've reached a page that doesn't exist. If you feel something should be here, please
<a target="_blank" href="https://github.com/onnx/onnx.github.io/issues/new">open an issue</a> on GitHub.
<br/>
Click <a href="https://onnx.ai/">here</a> to go to the main page.
</p>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Partial footer.html Start-->
<div w3-include-html="partials/footer.html"></div>
<!-- Partial footer.html End-->
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span
class="fa fa-angle-up"></span></a>
</div>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script>w3.includeHTML();</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="./js/custom.js"></script>
</body>
</html>