add english support

This commit is contained in:
rick 2023-01-13 00:28:59 +01:00
commit 439bbd1258
Signed by: Rick
GPG key ID: 4A6223D66294EB20
22 changed files with 558 additions and 40 deletions

View file

@ -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>