-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1_responsive.html
55 lines (43 loc) · 2.46 KB
/
index1_responsive.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
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
<html>
<head>
<title>Ubermelon Home</title>
<link rel="stylesheet" type="text/css" href="main_1_responsive.css">
</head>
<body>
<div id="background">
<div class="navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Melon Encyclopedia</a></li>
<li><a href="#">Melon Info</a></li>
</ul>
</div>
<div id="ubermelon">
<h1>UBERMELON</h1>
</div>
<div id="subhead">
<h3>Melons as a Service. In Real-Time.</h3>
</div>
</div>
<div class="image">
<img src="ubermelonsmall.png">
</div>
<div class="maintext">
<div class="text">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="text">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<ul>
<li><a href="index1_ubermelon.html">Home</a></li>
<li><a href="http://www.produceoasis.com/Fruit/Melons.aspx">Melon Encyclopedia</a></li>
<li><a href="http://minecraft.gamepedia.com/Melon_(block)">Melon Info</a></li>
</ul>
</div>
</body>
</html>