fix typo and translate
This commit is contained in:
parent
2da0996d1a
commit
77063a8fbb
12 changed files with 358 additions and 299 deletions
|
|
@ -1,37 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<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>
|
||||
<section>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<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>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitsliste</a></li>
|
||||
<li><a href="/de/concert">Konzert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</section>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue