-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmedia.html
executable file
·51 lines (48 loc) · 2.03 KB
/
media.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN" http://www.w3c.org/TR/html4/loose.dtd>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<basefont face="Arial">
<title>Sparkly Juice - Home</title>
<meta name="description" content="Sito della bibita frizzante all'arancia Sparkly Juice">
<meta name="keywords" content="bevanda gassata, bibita all'arancia, bibita italiana, bevanda alla frutta, bibita frizzante">
<link rel="icon" href="./immagini/spark_32px.png" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade" rel="stylesheet">
<link rel="stylesheet" href="./css/media.css" type="text/css" />
</head>
<body>
<div class="container">
<div class="header">
<h1>Sparkly <span class="image"><img src="./immagini/spark_logo.png"></span> Juice</h1>
<span class="log"><a href="./sign_up.html">SIGN UP</a> | <a href="./log_in.html">LOG IN</a></span>
</div>
<div class="navigation">
<ul>
<li><a href="./home.html">Home</a></li>
<li><a href="./history.html">History</a></li>
<li><a href="./products.html">Products</a>
<ul>
<li><a href="./sparkly_juice_light.html">Sparkly Juice Light</a></li>
<li><a href="./sparkly_juice_lemon.html">Sparkly Juice Lemon</a></li>
<li><a href="./sparkly_bitter.html">Sparkly Bitter</a></li>
</ul>
</li>
<li class="active"><a href="./media.html">Media</a>
<ul>
<li><a href="./images.html">Images</a></li>
<li><a href="./videos.html">Videos</a></li>
</ul>
</li>
<li><a href="./contact_us.html">Contact us</a></li>
</ul>
</div>
<div class="content">
<a href="./images.html"><img src="./immagini/images.png" class="images"/></a>
<a href="./videos.html"><img src="./immagini/videos.png" class="videos"/></a>
</div>
<div class="footer">
<a href="./terms_of_use.html">Terms of use</a> | <a href="./privacy_policy.html">Privacy policy</a>
<p>Copyrights – 2017 sparkly-juice.com by Matthew Grill. All rights reserved.</p>
</div>
</div>
</body>
</html>