refactor
This commit is contained in:
parent
dbacb43c06
commit
c37aa0b4af
12 changed files with 0 additions and 0 deletions
38
src/dormir.html
Normal file
38
src/dormir.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue