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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ubuntu Start Page</title>
<link rel="shortcut icon" href="http://start.ubuntu.com/favicon.ico" type="image/x-icon" />
<script type="text/javascript">
//<![CDATA[
function focus_search() { sbi = document.getElementById('sbi'); sbi.focus(); search_select(sbi); } function search_select(e) { if(e.value.length > 0) { e.select(); } e.select(); }
//]]>
</script>
<style type="text/css">
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
body {line-height:1.5;background:#fff;color:#222;font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;margin:1.5em 0; font-size: 81.25%;}
a img {border:none;}
h1 {color:#cd4e04;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:400;font-size:2em;line-height:1;margin-bottom:.5em;}
p.last {margin-bottom:0;}
a{color: #862C07;}
a:visited {color: #862C07;}
a:hover {color: #F58027;}
#content {width: 552px;height: 272px;margin: 0 auto;background: #fff url("http://start.ubuntu.com/9.04/images/bg.jpg") no-repeat;padding-top: 100px;text-align: center;}
#content h1 {display: none;}
#logo {width: 425px;}
#searchbox {width: 425px;margin: 0 auto;text-align: left;white-space: nowrap;}
#searchbox img {margin: 0;padding: 0;border-style: none;}
#links {padding-top: 80px;text-align: middle;}
#links a {padding:0 12px;}
</style>
</head>
<body>
<div id="content" class="">
<div id="header">
<h1>Ubuntu</h1>
</div>
<div id="searchbox">
<form action="http://www.google.com/cse" id="cse-search-box">
<div>
<p id="logo"><a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google"></a></p><input name="cx" value="014345598409501589908:mplknj4r1bu" type="hidden"> <input name="ie" value="UTF-8" type="hidden"> <input name="q" size="40" id="sbi" type="text"> <input name="sa" value="Search" type="submit">
</div>
</form>
</div>
<p id="links">
<a href="http://help.ubuntu.com/">Ubuntu help</a>
<a href="http://www.ubuntu.com/community">Participate</a>
<a href="https://shop.canonical.com/">Ubuntu shop</a></p>
</div><script type="text/javascript">
//<![CDATA[
focus_search();
//]]>
</script>
</body></html>
|