Project

General

Profile

Download (1.85 KB) Statistics
| Branch: | Tag: | Revision:
1
<!DOCTYPE html>
2
<html lang="en">
3
	<head>
4
		<meta name="viewport" content="width=device-width, initial-scale=1">
5
		<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
6
		<link rel="stylesheet" href="/css/login.css" type="text/css">
7
		<title>404 - File Not Found</title>
8
		<script type="text/javascript">
9
			//<![CDATA{
10
			var events = events || [];
11
			//]]>
12
		</script>
13
		<script src="/vendor/jquery/jquery-3.7.1.min.js"></script>
14
		<script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
15
		<script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
16
		<script>
17
			$(function(){
18
				$("#logodiv").load("logo.svg");
19
			});
20
		</script>
21

    
22
	</head>
23

    
24
	<body id="login">
25
		<div id="total">
26
			<header>
27
				<div id="headerrow">
28
					<div class="row">
29
						<div class="col-sm-4">
30
							<div id="logodiv" style="text-align:center" class="nowarning">
31
							</div>
32
						</div>
33
						<div class="col-sm-4 nowarning msgbox text-center text-danger">
34
							The requested file does not exist.<br/>
35
						</div>
36
						<div class="col-sm-4 nowarning msgbox text-center">
37
							<h4>404 Error</h4>
38
						</div>
39
					</div>
40
				</div>
41
			</header>
42
			<div style="background: #1e3f75;" class="pagebody">
43
				<div class="col-sm-4"></div>
44
				<div class="col-sm-4 logoCol">
45
					<div class="loginCont center-block text-center">
46
						<strong><a href="/">Return to Dashboard</a></strong>
47
					</div>
48
				</div>
49
				<div class="col-sm-4"></div>
50
			</div>
51
			<footer id="3">
52
				<div id="footertext">
53
					<p class="text-muted">
54
						<a target="_blank" href="https://pfsense.org">pfSense</a>
55
						software is developed and maintained by
56
						<a target="_blank" href="https://netgate.com">Netgate</a>.
57
						&copy; ESF 2004 - 2024
58
						<a target="_blank" href="https://pfsense.org/license">View license</a>.
59
					</p>
60
				</div>
61
			</footer>
62
		</div>
63
	</body>
64
</html>
(1-1/232)