init
This commit is contained in:
parent
e040845eb4
commit
2da0996d1a
12 changed files with 566 additions and 0 deletions
37
venir.html
Normal file
37
venir.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue