-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.php
More file actions
23 lines (20 loc) · 768 Bytes
/
404.php
File metadata and controls
23 lines (20 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<?php include('inc/header.inc.links.php');?>
<meta name="description" content="404">
<meta name="keywords" content="CSINSIT,CSI,NSIT,NSITONLINE,SIG,competitions,workshops,TNT,Tech N Talk,BNB,Bits N Bytes,Techelon,Blog,HTML,CSS,XML,JavaScript">
<title>CSI NSIT</title>
</head>
<body id="top">
<?php include('inc/header.php');?>
<?php include('inc/top-button.php');?>
<div class="container" style="padding-top:70px;">
<div class="row pages-header">What the...<br>404</div>
<div class="row pages-header-descp">
<center>This page does not exist on our server.<br><a href="http://www.csinsit.org">Click Here</a> to go back to Home Page</center>
</div>
</div>
</body>
<?php include('inc/analytics.php');?>
</html>