-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
47 lines (43 loc) · 1.62 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="http://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet" />
<link href="default1.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<!-- The main header -->
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">OneRecipe</a></h1>
</div>
<div id="menu">
<ul>
<li class="active"><a href="index.html" accesskey="1" title="">Home</a></li>
<li><a href="#" accesskey="2" title="">About</a></li>
<li><a href="preference.html" accesskey="3" title="">Preferences</a></li>
<li><a href="transfer.html" accesskey="4" title="">GetOneNow</a></li>
<li><a href="#" accesskey="5" title="">Happy Hacking</a></li>
</ul>
</div>
</div>
<div id="banner" class="container">
<div class="title">
<h2>Get Your Recipe Today!</h2>
<span class="byline">Exclusive for you</span>
</div>
<ul class="actions">
<li><a href="preference.html" class="button">Set Preferences</a></li>
<li><a href="transfer.html" class="button">Get Recipe</a></li>
</ul>
</div>
</div>
</body>
</html>