-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.php
49 lines (49 loc) · 2.12 KB
/
error.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>HOME PAGE</title>
<link rel="stylesheet" href="webcss.css">
<style>
#up{
text-align: center;
font-size:20pt;
color:black;
font-weight:bold;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery.form.js"></script>
<script type="text/javascript" src="scripts/upload.js"></script>
</head>
<body>
<h1>ACCESS NOT GRANTED</h1>
<button style="position: absolute;right: 30px;top: 30px;background-color: red;"><a href="logout.php">LOGOUT</a></button>
<div class="container-fluid">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div id="up"><p>Home Page</p></div>
<div style="background-color:lightblue;height:400px;">
<p style="color:black;background-color:lightblue;font-size:13pt;width:100%;font-weight:bold;text-align:center;">404 - Access is Restricted For You</p>
</div>
<footer style="background-color: black; opacity: 0.8; position: absolute; top: 750px;">
Copyrights Reserved © 2020.
<div id="f1">
<img src="https://i.pinimg.com/originals/08/17/15/0817158f3a05c0d62de647c28f4cde54.jpg" alt="INSTAGRAM">
<img src="https://static01.nyt.com/images/2014/08/10/magazine/10wmt/10wmt-articleLarge-v4.jpg?quality=75&auto=webp&disable=upscale" alt="TWITTER">
<img src="https://www.facebook.com/images/fb_icon_325x325.png" alt="FACEBOOK">
<img src="https://i.pinimg.com/originals/2d/2b/e2/2d2be2421911037d80f9921dc29d54c2.jpg" alt="YOUTUBE">
<img src="https://live.staticflickr.com/7412/16521004875_4dd4ebd65f_b.jpg" alt="FLICKR">
</div>
</footer>
<script>
var d = new Date();
document.getElementById("a").innerHTML = d;
</script>
</body>
</html>