-
Notifications
You must be signed in to change notification settings - Fork 2
/
401.php
34 lines (34 loc) · 1.4 KB
/
401.php
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
<?php require 'includes/functions.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- head -->
<title>OWL Internet - 401 Unauthorized</title>
<!-- include Depedencies -->
<?php require 'includes/common-header.php'; ?>
<!-- # include Depedencies and nav-->
<!-- CONTENTS -->
<div class="header fourofour-header">
<video class="header-video-bg" src="assets/images/movies/coodiv-vid.mp4" loop autoplay poster="assets/images/movies/fallback.jpg"></video>
<?php include 'includes/nav.php'; ?>
<div class="container fourofour-container">
<div class="row justify-content"> <!-- ROW -->
<div class="col-12 pagnon-titl-g-host">
<h5 class="tittle-non-index">sorry you are <span>unauthorized</span></h5>
<p class="tittle-non-index-sub">Oh no! Another broken page</p>
<span class="not-fond-text">401</span>
</div>
</div>
</div>
<section class="non-index-section"><!-- START SECTION -->
<div class="container fourofour-container"><!-- CONTAINER -->
<div class="not-found-links">
<a href="#" onclick="window.history.go(-1);">Go Back</a> | <a href="index">Home</a>
</div>
</div><!-- END CONTAINER -->
</section>
</div>
<!-- # content -->
<!-- include scripts -->
<?php require 'includes/common-footer.php'; ?>
<!-- # indlude scripts -->