-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipes.html
29 lines (29 loc) · 962 Bytes
/
recipes.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="scripts/resizeblur.js"></script>
<script type="text/javascript" src="scripts/fractions.js"></script>
<script type="text/javascript" src="scripts/recipes.js"></script>
<title>Hadera.ch - The Path</title>
</head>
<body>
<header>
<div class = "top-header">
<h1>M E L A N G E</h1>
</div>
</header>
<div class="wrapper-container">
<div class="wrapper-bg"></div>
<div class="wrapper">
<div class="body-text">
</div>
</div>
</div>
<div class=bottom-menu>
<a href="attrib.html">attributions</a>
</div>
</body>
</html>