Update index.html
This commit is contained in:
133
index.html
133
index.html
@@ -1,40 +1,107 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<title>乌云搜索|search from wooyun.org</title>
|
||||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||||
<title>乌云搜索|search from wooyun.org</title>
|
<link href="//lib.baomitu.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||||
<meta charset="utf-8">
|
<script type="text/javascript" src="//lib.baomitu.com/jquery/3.1.0/jquery.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="bootstrap/index.css">
|
<script type="text/javascript" src="//lib.baomitu.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||||
<script type="text/javascript">function gradeChange(){var objS=document.getElementById("pid");var grade=objS.options[objS.selectedIndex].value;document.getElementById("iden").value=grade;}</script>
|
<script type="text/javascript">function gradeChange(){var objS=document.getElementById("pid");var grade=objS.options[objS.selectedIndex].value;document.getElementById("iden").value=grade;}</script>
|
||||||
|
<style type="text/css">
|
||||||
|
.container{
|
||||||
|
width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
top: 270px;
|
||||||
|
}
|
||||||
|
.fff{
|
||||||
|
width: 400px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||||
<strong class="words">search from wooyun.org</strong>
|
<div class="navbar-left">
|
||||||
<ul class="menu">
|
<a class="navbar-brand" href="#">search from wooyun.org</a>
|
||||||
<li class="item"><a href="#">about</a></li>
|
</div>
|
||||||
<li class="item"><a href="index.html">home</a></li>
|
<div class="navbar-right">
|
||||||
</ul>
|
<ul class="nav navbar-nav">
|
||||||
</div>
|
<li><a href="./index.html">home</a></li>
|
||||||
<div id="mainbody">
|
<li><a href="#">about</a></li>
|
||||||
<div class="background">
|
<li><a href=""></a></li>
|
||||||
<div class="box">
|
</ul>
|
||||||
<form action="search.php?kind=bugs" method="GET" name="dir">
|
</div>
|
||||||
<select class="search-list" id="pid" onchange="gradeChange()">
|
</nav>
|
||||||
<option value="bugs">漏洞库</option>
|
<div class="container jumbotron">
|
||||||
<option value="drops">知识库</option>
|
<form action="search.php" method="GET" name="dir" class="form-inline fff">
|
||||||
<option value="author">提交者</option>
|
<select class="form-control" id="pid" onchange="gradeChange()">
|
||||||
</select>
|
<option value="bugs">漏洞库</option>
|
||||||
<input type="hidden" name="kind" value="bugs" id="iden">
|
<option value="drops">知识库</option>
|
||||||
<input type="text" name="keywords" placeholder="keywords" class="search">
|
<option value="author">提交者</option>
|
||||||
<input type="submit" value="乌云一下" class="button">
|
</select>
|
||||||
</form>
|
<input type="hidden" name="kind" value="bugs" id="iden">
|
||||||
</div>
|
<input type="text" name="keywords" placeholder="keywords" class="form-control">
|
||||||
</div>
|
<input type="submit" value="乌云一下" class="btn btn-success">
|
||||||
</div>
|
</form>
|
||||||
<div id="footer">
|
</div>
|
||||||
<p class="sentence">公开漏洞、知识库等数据来自于wooyun.org</p>
|
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
|
||||||
<p class="sentence">written by grt1st</p>
|
<p class="navbar-text navbar-left">公开漏洞、知识库等数据来自于wooyun.org</p>
|
||||||
</div>
|
<!--<p class="navbar-text navbar-right">written by grt1st</p> -->
|
||||||
|
</nav>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>乌云搜索|search from wooyun.org</title>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||||
|
<link href="//lib.baomitu.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript" src="//lib.baomitu.com/jquery/3.1.0/jquery.min.js"></script>
|
||||||
|
<script type="text/javascript" src="//lib.baomitu.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript">function gradeChange(){var objS=document.getElementById("pid");var grade=objS.options[objS.selectedIndex].value;document.getElementById("iden").value=grade;}</script>
|
||||||
|
<style type="text/css">
|
||||||
|
.container{
|
||||||
|
width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
top: 270px;
|
||||||
|
}
|
||||||
|
.fff{
|
||||||
|
width: 400px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||||
|
<div class="navbar-left">
|
||||||
|
<a class="navbar-brand" href="#">search from wooyun.org</a>
|
||||||
|
</div>
|
||||||
|
<div class="navbar-right">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="./index.html">home</a></li>
|
||||||
|
<li><a href="#">about</a></li>
|
||||||
|
<li><a href=""></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="container jumbotron">
|
||||||
|
<form action="search.php" method="GET" name="dir" class="form-inline fff">
|
||||||
|
<select class="form-control" id="pid" onchange="gradeChange()">
|
||||||
|
<option value="bugs">漏洞库</option>
|
||||||
|
<option value="drops">知识库</option>
|
||||||
|
<option value="author">提交者</option>
|
||||||
|
</select>
|
||||||
|
<input type="hidden" name="kind" value="bugs" id="iden">
|
||||||
|
<input type="text" name="keywords" placeholder="keywords" class="form-control">
|
||||||
|
<input type="submit" value="乌云一下" class="btn btn-success">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
|
||||||
|
<p class="navbar-text navbar-left">公开漏洞、知识库等数据来自于wooyun.org</p>
|
||||||
|
<!--<p class="navbar-text navbar-right">written by grt1st</p> -->
|
||||||
|
</nav>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user