-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
87 lines (62 loc) · 3.33 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE11">
<!-- Interested in joining the Office of Innovation + Lab to help make New Jersey work better for all New Jerseyans? Email us at [email protected] -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134995252-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134995252-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website" />
<meta property="og:title" content="Innvoation ENJINE Challenge: Participating Agencies" />
<meta property="og:description" content="Innvoation ENJINE Challenge: Participating Agencies" />
<meta property="og:image" content="https://smarter.nj.gov/images/enjine-favicon.png`" />
<link rel="icon" type="image/png" href="../images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>404: Page Not Found</title>
<link href="../css/bootstrap-4.0.0-tos.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="col-sm-12 col-md-12 col-xl-12 mt-4 center-align">
<div class="text-section mt-2">
<h3><u>404: Page Not Found</u></h3>
</div>
</div>
<div class="row summary-section">
<div class="col-sm-12 col-md-12 col-xl-12">
<div class="summary-text-box">
<p class="mt-4">Sorry, we couldn't find a page here! Visit <a href="https://smarter.nj.gov">smarter.nj.gov</a> to continue.
</p>
<div class="">
<p class="mt-4"> If you need help, please contact us at <a style="color:#609e09" href="mailto:[email protected]?Subject=Help,%20please">[email protected].</a></p>
</div>
</div>
</div>
</div>
<footer class="footer nj">
<div class="container-fluid">
<div class="row no-gutters">
<div class="col-sm-12 col-xl-12 d-block mb-4 opra-lice align-center">
<p style="color: #d6d6d6" ><a href="../tos.html">Privacy, Terms & License</a></p>
</div>
</div>
<div class="row no-gutters" style="text-align:center; margin-left:auto; margin-right:auto">
<p style="margin-left:auto; margin-right:auto; color: #7c8087; font-weight: 200">Made with <span style="color:#b80f0a">♥</span> by the Office of Innovation</p>
</div>
</div>
</footer>
</div>
</body>
</html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>