-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin.php
54 lines (54 loc) · 2.34 KB
/
admin.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
50
51
52
53
54
<!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;
}
#qw{
text-align: center;
width:70%;
height:70%;
}
</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>ADMIN IS LOGGED IN</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><a href="admin1.php">BI DEVELOPER</a></li>
<li><a href="admin2.php">BLOCKCHAIN DEVELOPER</a></li>
<li><a href="admin3.php">DATA SCIENTIST</a></li>
<li><a href="admin4.php">DATA ANALYST</a></li>
<li></li>
</ul>
</div>
<div id="up"><p>Admin Page</p></div>
<div>
<img id="qw" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2jsD_PYKgaXy7MSgiArz33YKkbm_3lquoXA&usqp=CAU" style="width=100%; height:100%;">
</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>