-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstuff_3.html
30 lines (29 loc) · 1.18 KB
/
stuff_3.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>loco LocAl</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/strong:n4:default.js" type="text/javascript"></script>
</head>
<body>
<div id="wrapper">
<header id="top">
<img src="images/locco01.jpg" width="100%"alt="Loco Local"/>
<nav id="mainnav">
<ul>
<li><a href="index.html"> 0 </a></li>
<li><a href="stuff_1.html"> 1 </a></li>
<li><a href="stuff_2.html"> 2 </a></li>
<li><a href="stuff_3.html" class="thispage"> 3 </a></li>
<li><a href="stuff_4.html"> 4 </a></li>
</ul>
</nav>
</header>
<div id="hero"><p>info</p><p>info</p></div>
<article id="main">info</article>
<aside id="sidebar">info</aside>
<footer id="bottom">Vidéo de présentation de La Ruche : <a href="http://youtu.be/M4pVc_AMC8Y" target="_blank">ici</a></footer>
</div>
</body>
</html>