Transférer les fichiers vers 'output'
This commit is contained in:
parent
16f0a8d3d2
commit
26f4cb93b4
41
output/index-v2.html
Normal file
41
output/index-v2.html
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Félicie</title>
|
||||||
|
<link rel="stylesheet" href="theme/css/main.css" type="text/css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<h1>better days</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<article id="articles">
|
||||||
|
<a class="vignette" href=courtyard.html>
|
||||||
|
<img class= "img-menu" src="images/courtyard/02-courtyard.JPG" alt="courtyard">
|
||||||
|
<h2>The courtyard</h2>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="vignette"href=construction.html.html>
|
||||||
|
<img class= "img-menu" src="images/construction/01-construction.jpg" alt="construction">
|
||||||
|
<h2>Construction workers</h2>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="vignette" href=sunday.html>
|
||||||
|
<img class= "img-menu" src="images/sunday/02-sunday.jpg" alt="">
|
||||||
|
<h2>Sunday afternoon</h2>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div id="about">about</div>
|
||||||
|
<div id="download">download</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user