mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 22:24:08 +01:00
Fixed demo.js link errors
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<link href="../../css/ionicons.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- Theme style -->
|
||||
<link href="../../css/AdminLTE.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -270,7 +270,7 @@
|
||||
</header>
|
||||
<div class="wrapper row-offcanvas row-offcanvas-left">
|
||||
<!-- Left side column. contains the logo and sidebar -->
|
||||
<aside class="left-side sidebar-offcanvas">
|
||||
<aside class="left-side sidebar-offcanvas">
|
||||
<!-- sidebar: style can be found in sidebar.less -->
|
||||
<section class="sidebar">
|
||||
<!-- Sidebar user panel -->
|
||||
@@ -340,7 +340,7 @@
|
||||
<ul class="treeview-menu">
|
||||
<li><a href="../forms/general.html"><i class="fa fa-angle-double-right"></i> General Elements</a></li>
|
||||
<li><a href="../forms/advanced.html"><i class="fa fa-angle-double-right"></i> Advanced Elements</a></li>
|
||||
<li><a href="../forms/editors.html"><i class="fa fa-angle-double-right"></i> Editors</a></li>
|
||||
<li><a href="../forms/editors.html"><i class="fa fa-angle-double-right"></i> Editors</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="treeview">
|
||||
@@ -376,7 +376,7 @@
|
||||
<li><a href="register.html"><i class="fa fa-angle-double-right"></i> Register</a></li>
|
||||
<li><a href="lockscreen.html"><i class="fa fa-angle-double-right"></i> Lockscreen</a></li>
|
||||
<li class="active"><a href="404.html"><i class="fa fa-angle-double-right"></i> 404 Error</a></li>
|
||||
<li><a href="500.html"><i class="fa fa-angle-double-right"></i> 500 Error</a></li>
|
||||
<li><a href="500.html"><i class="fa fa-angle-double-right"></i> 500 Error</a></li>
|
||||
<li><a href="blank.html"><i class="fa fa-angle-double-right"></i> Blank Page</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -386,7 +386,7 @@
|
||||
</aside>
|
||||
|
||||
<!-- Right side column. Contains the navbar and content of the page -->
|
||||
<aside class="right-side">
|
||||
<aside class="right-side">
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1>
|
||||
@@ -401,13 +401,13 @@
|
||||
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
|
||||
|
||||
<div class="error-page">
|
||||
<h2 class="headline text-info"> 404</h2>
|
||||
<div class="error-content">
|
||||
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3>
|
||||
<p>
|
||||
We could not find the page you were looking for.
|
||||
We could not find the page you were looking for.
|
||||
Meanwhile, you may <a href='../../index.html'>return to dashboard</a> or try using the search form.
|
||||
</p>
|
||||
<form class='search-form'>
|
||||
@@ -433,6 +433,6 @@
|
||||
<!-- AdminLTE App -->
|
||||
<script src="../../js/AdminLTE/app.js" type="text/javascript"></script>
|
||||
<!-- AdminLTE for demo purposes -->
|
||||
<script src="js/AdminLTE/demo.js" type="text/javascript"></script>
|
||||
<script src="../../js/AdminLTE/demo.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user