new site4
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script type="text/javascript">
|
||||
var host = "paul.walko.org";
|
||||
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
||||
window.location.protocol = "https";
|
||||
</script>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paul Walko's personal website">
|
||||
@@ -35,6 +40,10 @@
|
||||
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
@@ -81,7 +90,7 @@
|
||||
$('#dummySearch').submit(function(e) {
|
||||
e.preventDefault();
|
||||
keyword = $('#search').val();
|
||||
url = 'https://www.google.com.hk/search?q=site%3Apaul.walko.org+' + keyword;
|
||||
url = 'https://www.google.com/search?q=site%3Apaul.walko.org+' + keyword;
|
||||
location.href = url;
|
||||
})
|
||||
})
|
||||
@@ -107,7 +116,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-lg-10 col-md-10 col-sm-10">
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-3</a></h2>
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-1</a></h2>
|
||||
<ul class="tags">
|
||||
|
||||
<li><i class="fa fa-tag"> exploit-exercises</i></li>
|
||||
|
||||
Reference in New Issue
Block a user