mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-19 07:04:20 +01:00
Update search.html
This commit is contained in:
@@ -5,10 +5,11 @@
|
|||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
||||||
<title>js-tutorials.com : live json search</title>
|
<title>Community Conference Search</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container" style="padding:50px 250px;">
|
<div class="container" style="padding:50px 250px;">
|
||||||
|
<a href="https://securedorg.github.io/"><img src="https://securedorg.github.io/images/deathunicorn.png" width="100" height="100"></a>
|
||||||
<h1>Search Conferences</h1>
|
<h1>Search Conferences</h1>
|
||||||
<h4>Name, Month, Location, or Country</h4>
|
<h4>Name, Month, Location, or Country</h4>
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
@@ -56,4 +57,4 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user