-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforbidden.html
161 lines (138 loc) · 5.08 KB
/
forbidden.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<style>
table {
border-radius:3%/3%;
/* border-style: solid;
border-color: coral; */
margin-top:7%;
margin-bottom:7%;
margin-left:5%;
border-collapse: collapse;
background-color: white;
width: 90%;
justify-content:center;
opacity: 0.9;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
align-items: center;
}
tr:hover {background-color: #d01414;}
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
</style>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src = "jquery.tabledit.min.js"></script>
<link href="stylesLog.css" rel="stylesheet" type="text/css">
<title>FORBIDDEN</title>
</head>
<body>
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="home.php">Civil Index</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
</ul>
</nav><!-- .navbar -->
</div>
</header>
<h1>403:Forbidden</h1>
<!-- </table> -->
<!--
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3>Civil Index</h3>
<p>
VIT Chennai <br>
India<br><br>
<strong>Phone:</strong> +91 1234567890<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Directions</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="logout.php">Log Out</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="map.php">Map</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="profile.php">Profile</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Civil Index</span></strong>. All Rights Reserved
</div>
</div>
</footer> -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3>Civil Index</h3>
<p>
VIT Chennai <br>
India<br><br>
<strong>Phone:</strong> +91 1234567890<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Directions</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="logout.php">Log Out</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="map.php">Map</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="profile.php">Profile</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Civil Index</span></strong>. All Rights Reserved
</div>
</div>
</footer>
</body>
</html>