-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathhead.php
More file actions
25 lines (21 loc) · 1.01 KB
/
head.php
File metadata and controls
25 lines (21 loc) · 1.01 KB
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
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link rel="icon" type="image/x-icon" href="<?php echo APP_URL_ROOT;?>/img/favicon.png" />
<title>文件上传漏洞靶场-开普勒安全团队</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="<?php echo APP_URL_ROOT;?>/css/index.css">
<link rel="stylesheet" type="text/css" href="<?php echo APP_URL_ROOT;?>/css/prism.css">
<link href="<?php echo APP_URL_ROOT;?>/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script type="text/javascript" src="<?php echo APP_URL_ROOT;?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo APP_URL_ROOT;?>//bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div id="head">
<a href="<?php echo APP_URL_ROOT;?>/"><img src="<?php echo APP_URL_ROOT;?>/img/logo.png" class="logo" /></a>
<span class="title">文件上传漏洞靶场</span>
</div>
<div id="main">
<?php
?>