add english support
This commit is contained in:
parent
2a366407af
commit
439bbd1258
22 changed files with 558 additions and 40 deletions
19
header.html
19
header.html
|
@ -1,28 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<html lang="%lang%">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
%links%
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<h1><a href="index.html">gyiwr dot tf</a></h1>
|
||||
<h2>le site de rick</h2>
|
||||
<h2>%subtitle%</h2>
|
||||
</div>
|
||||
<div id="lang">
|
||||
<img id="choose" src="img/fr.svg" width=50px />
|
||||
<img src="img/fr.svg" width=50px />
|
||||
<img src="img/fr.svg" width=50px />
|
||||
<a href="/fr/%file%"><img alt="fr" src="/img/fr.svg" height=35px /></a>
|
||||
<a href="/en/%file%"><img alt="en" src="/img/en.svg" height=35px /></a>
|
||||
<!--<a href="/toki/%file%"><img alt="toki" src="/img/fr.svg" width=50px /></a>-->
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="header-links">
|
||||
<a href="ou.html">où me retrouver</a>
|
||||
<a href="copaings.html">copains & co</a>
|
||||
<a href="projets.html">projets</a>
|
||||
<a href="/a/">annuaire</a>
|
||||
<a href="rss.html">mes flux rss</a>
|
||||
<a href="autres.html">autres</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue