~elementary-web/elementaryweb/elementaryweb

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/main.css">

<link rel="stylesheet" type="text/css" href="/css/downloads.css">

<script src="http://www.goodbyeie6.org.ua/BrowserCompatible.js?opt=ml&enc=utf-8" type="text/javascript"></script>
<script src="/javascript/browsercheck.js" type="text/javascript"></script>
</head>

<body>

<div id="globalWrapper">
	<div class="portlet" id="p-logo"> 
		<a style="background-image: url(http://elementary-project.com/wiki/images/elogo.png); " href="/" title="Visit the main page [z]" accesskey="z"><p style="padding-left: 36px; padding-top: -5px; width: 200px; color: grey; font-size: 1.5em; vertical-align: top;">elementary</p></a> 
	</div> 
	
	<ul id="navigation"> 
		<li><a href="/index.html">Home</a></li> 
		<li><a href="/discover.html">Discover</a></li> 
		<li class="selected"><a href="/downloads.html">Downloads</a></li> 
		<li><a href="/support/">Support</a></li> 
		<li><a href="/forums/">Forum</a></li>
		<li><a href="/development.html">Development</a></li>
		<li class="search"><form action="/wiki/index.php" id="searchform"><div> 
				<input id="searchInput" name="search" type="text" title="Search The Manual [f]" accesskey="f" value="" /> 
							</div></form></li> 
	</ul> 
	<div id="content" style="padding: 20px;">
		<center> 
			<img src="/images/downloads/header.png"> 
			<br /><br /><br />
			<div id="downloads"> 
				<div id="downloadsright"> 
					<h1>Midori</h1><p> 
					<img src="/images/downloads/midori.png" width="128" height="128"> 
					Midori is a super fast lightweight web browser. It uses upcoming technologies like Webkit combined with sensible design to create a simple and fast web experience. Whether you're on elementary, Ubuntu, Fedora, or OpenSuse, Midori is the perfect choice for all your web needs.</p> 
					<br> 
					<br> 
					<br> 
					<br> 
					<a href="/downloads/apps/midori">
						<img src="/images/downloads/download-btn.gif">
					</a> 
					<br> 
				</div> 
	 
				<div id="downloadsleft"> 
					<h1>elementary OS</h1><p> 
					<img src="/images/downloads/os.png" width="128" height="128"/> 
					Coming soon to your desktop: elementary OS. We've been hard at work to bring you the most powerful, simple, and good-looking desktop out there. </p> 
					<br> 
					<br> 
					<br> 
					<br> 
				</div>
			</div>
		</center>
	</div>
</div>

<div id="footer">	
	<ul id="f-list"> 
			<li id="lastmod"> <span class="gensmall">copyright 2010 elementary project</span>
	</ul> 
</div> 

</body>
</html>