-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoogle.htm
More file actions
55 lines (48 loc) · 3.92 KB
/
Copy pathjoogle.htm
File metadata and controls
55 lines (48 loc) · 3.92 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>New Tab</TITLE>
<!-- external stuff -->
<script type="text/javascript" src="js/shortcutkey.js"></script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</HEAD>
<BODY>
<h1>Welcome to Joogle</h1>
<div class="container"> <!-- start container around keyboard for outer border -->
<DIV class="keyboard"> <!-- start .keyboard row 1 -->
<a href=""><span class="shortcutkey">Q</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href="http://www.wikipedia.com"><span class="shortcutkey">W</span><img src="http://www.wikipedia.com/favicon.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">E</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">R</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">T</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">Y</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">U</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href="http://www.igoogle.com"><span class="shortcutkey">I</span><img src="http://www.google.com/favicon.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">O</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">P</span><img src="img/undefined.ico" width="16" height="16"></a>
</div> <!-- close .keyboard row 1 -->
<div class="keyboard"> <!-- start .keyboard row 2 -->
<a href=""><span class="shortcutkey">A</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">S</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">D</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">F</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href="http://www.google.com"><span class="shortcutkey">G</span><img src="http://www.google.com/favicon.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">H</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">J</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">K</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href="http://www.lifehacker.com"><span class="shortcutkey">L</span><img src="http://lifehacker.com/favicon.ico" width="16" height="16"></a>
</div> <!-- close .keyboard row 2 -->
<div class="keyboard"> <!-- start .keyboard row 3 -->
<a href=""><span class="shortcutkey">Z</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">X</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href="http://www.google.com/calendar"><span class="shortcutkey">C</span><img src="http://calendar.google.com/googlecalendar/images/favicon_v2010.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">V</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">B</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">N</span><img src="img/undefined.ico" width="16" height="16"></a>
<a href=""><span class="shortcutkey">M</span><img src="img/undefined.ico" width="16" height="16"></a>
</DIV> <!-- close .keyboard row 3 -->
</div> <!-- close .container -->
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:light,regular' rel='stylesheet' type='text/css'>
</BODY>
</HTML>