Added correct validation items.
This commit is contained in:
parent
b9ec50546a
commit
c203a384bb
|
@ -1,6 +1,8 @@
|
||||||
|
i<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Lilla Macarons MASTER</title>
|
<title>Lilla Macarons</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<link href="http://fonts.googleapis.com/css?family=Niconne" rel="stylesheet" type="text/css" />
|
<link href="http://fonts.googleapis.com/css?family=Niconne" rel="stylesheet" type="text/css" />
|
||||||
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet" type="text/css" />
|
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@ -129,7 +131,7 @@
|
||||||
|
|
||||||
<!-- Menu -->
|
<!-- Menu -->
|
||||||
<div id="rightmenu" onclick="closeMenu();">
|
<div id="rightmenu" onclick="closeMenu();">
|
||||||
<p class="menutitle">Macaron Flavours
|
<p class="menutitle">Macaron Flavours</p>
|
||||||
<ul class="flavours">
|
<ul class="flavours">
|
||||||
<li><span>Earl Grey & Biscuit</span></li>
|
<li><span>Earl Grey & Biscuit</span></li>
|
||||||
<li><span>Lemon & Orange</span></li>
|
<li><span>Lemon & Orange</span></li>
|
||||||
|
@ -141,7 +143,6 @@
|
||||||
<li><span>Chocolate & Orange</span></li>
|
<li><span>Chocolate & Orange</span></li>
|
||||||
<li><span>Hazelnut</span></li>
|
<li><span>Hazelnut</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
<div class="allergies"><span>Allergy advice: Contains nuts, gluten,<br /> dairy and eggs. Please contact us for<br /> a full list of ingredients.</span></div>
|
<div class="allergies"><span>Allergy advice: Contains nuts, gluten,<br /> dairy and eggs. Please contact us for<br /> a full list of ingredients.</span></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /Menu -->
|
<!-- /Menu -->
|
||||||
|
|
Loading…
Reference in a new issue