-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrestaurants.html
69 lines (58 loc) · 2.26 KB
/
restaurants.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="your description goes here" />
<meta name="keywords" content="your,keywords,goes,here" />
<meta name="author" content="Toni Mateos / Original design: Andreas Viklund - http://andreasviklund.com/" />
<link rel="stylesheet" type="text/css" href="./andreas05-clean.css" />
<title>Toni Mateos Homepage</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-183416-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="title"><h1>Toni Mateos</h1></div>
<div id="container">
<div id="sidebar">
<p><img src="./images/DSC00252_v1.jpg" width="100" alt="Portrait" /></p>
<br /><br /><br /><br /><br /><br /><br />
<a class="menu" href="./index.html">Home</a>
<a class="menu">Hobbies</a>
<ul>
<a class="menu" href="./diving.html">Diving</a>
<a class="menu" href="./worship.html">Places</a>
</ul>
<br /><br /><br /><br /><br /><br /><br />
<p>This is a proud<br />
web 1.0 page!
</p>
<br /><br /><br /><br /><br /><br /><br />
<p>Template:<br />
<a href="http://andreasviklund.com/">Andreas Viklund</a>
</p>
</div>
<div id="main" align="justify">
<h2>Restaurants that made my life better</h2>
<br>
<i>I'm going to X next weekend, any restaurant around I shouldn't miss?</i>
<br>
<br>
<br> So, please add your own <b>only if it really deserves it</b> and only if it is <b>not in Barcelona.</b>
If you want to edit an entry, just add the restaurant again, and I will delete the old entry.
<br>
<br>
Full-screen version: <a href="https://creator.zoho.com/tonideville/restaurants#View:Restaurants_View">here</a>.
<br>
<br>
</div>
<div id="footer"> </div>
</body>
</html>