Skip to content

Instantly share code, notes, and snippets.

@yaronv
Created January 19, 2015 21:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save yaronv/06376d820934874ae8ff to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Google search extension</title>
<script src="assets/js/jquery.min.js"></script>
<script src="popup.js"></script>
<link rel="stylesheet" href="assets/css/style.css?v=1" type="text/css" />
</head>
<body>
<div class="mainWrap">
<div class="title">Google search</div>
<div class="inputWrap">
<input type="text" name="search" id="search" placeholder="Search google here..." class="searchInput">
<a id="searchButton">Search</a>
<div class="clear"></div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment