-
Notifications
You must be signed in to change notification settings - Fork 0
/
Elie's playground.html
30 lines (28 loc) · 1.31 KB
/
Elie's playground.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Elie's playground</title>
<style>
*{margin:0;padding:0}
html, body {height:100%;width:100%;overflow:hidden}
table {height:100%;width:100%;table-layout:static;border-collapse:collapse}
iframe {height:100%;width:100%}
.header {border-bottom:1px solid #000}
.result {height:100%}
</style>
<link href="input.css" type="text/css" rel="stylesheet" media="screen"/>
<script text="text/javascript" src="lib/jquery-1.6.1.min.js"></script>
<script text="text/javascript" src="websearch.js"></script>
</head>
<body>
<table>
<tr><td class="header"><div align="center">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a></li>
<fb:like href="http://www.columbia.edu/~et2375/playground/webinstant.html" send="true" layout="button_count" width="150" show_faces="true" font=""></fb:like> </li>
<input type=text class="freshwhite" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}">
</div></td></tr>
<tr><td class="result">
<iframe src="http://google.com/" frameborder="0"></td></tr>
</table>
</body>
</html>