Skip to content

Commit

Permalink
Updated copy, fixed search
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelx committed Apr 30, 2017
1 parent f7be32a commit 393385e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.gif">
<link rel="apple-touch-icon" href="images/favicon.gif">
<script src="config.js"></script>
Expand All @@ -32,22 +32,22 @@ <h1 class="remove-bottom" style="margin-top: 40px"><img class="middle" src="imag
</div>
<div class="one-third column">
<h3>Search The Web</h3>
<p>My oil is fresh, we could search something!</p>
<form method="get" action="" id="searchForm" name="searchForm">
<p>My oil is fresh, we should search something!</p>
<form method="get" action="https://www.google.com/search" id="searchForm" name="searchForm">
<fieldset>
<input type="text" name="q" maxlength="255" id="searchText" value="" />
<input type="submit" id="searchSubmit" value="GO" />
<input type="submit" id="searchSubmit" value="Search" />
</fieldset>
</form>
</div>
<div class="one-third column">
<h3>Open Sets</h3>
<p>Oh yeah Sir, let’s open -g some sites!</p>
<p>Yes, sir. Let’s open -g some sites!</p>
<ul class="square" id="siteSets"></ul>
</div>
<div class="one-third column">
<h3>Favorite Sites</h3>
<p>Ah, you wanna surf the orbit?</p>
<p>Sure! One site a time is fine too.</p>
<p id="favoriteSites"></p>
<p id="weather"></p>
</div>
Expand Down Expand Up @@ -157,5 +157,4 @@ <h3>Favorite Sites</h3>
<!-- Launchbot Organs -->

</body>

</html>

0 comments on commit 393385e

Please sign in to comment.