feat: both english and french versions
This commit is contained in:
parent
1703b80353
commit
770c75593e
10 changed files with 743 additions and 341 deletions
12
links.html
12
links.html
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="./css/base.css?version=3">
|
||||
<link rel="stylesheet" type="text/css" href="./css/links.css?version=3">
|
||||
<title>LINKS</title>
|
||||
<meta name="description" content="The links">
|
||||
<title>LIENS</title>
|
||||
<meta name="description" content="Les liens">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<div class="color purple"></div>
|
||||
<div class="color black"></div>
|
||||
</div>
|
||||
<header>THE LINKS</header>
|
||||
<header>LES LIENS</header>
|
||||
<main>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
@ -82,7 +82,9 @@
|
|||
</ul>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="./index.html">GO BACK</a>
|
||||
<a href="./links.en.html">Read this page in english</a>
|
||||
<br/>
|
||||
<a href="./index.html">RETOUR</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue