forked from wonderkun/CTF_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
46 lines (37 loc) · 1.29 KB
/
header.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
<?php header("X-XSS-Protection: 0") ?>
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="gb2312">
<title>Web-ctf</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="hetian ctf ">
<!-- Le styles -->
<link href="/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!--a class="brand" href="https://hetianlab.com/">www.hetianlab.com</a-->
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">首页</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">