Use an i18n tool

This commit is contained in:
Gregory Trolliet 2020-11-23 11:01:37 +01:00
parent e487438606
commit 16dec853f9
12 changed files with 662 additions and 97 deletions

View file

@ -4,7 +4,7 @@
<head>
<meta name="description" content="Webpage description goes here" />
<meta charset="utf-8">
<title>Change_me</title>
<title><?php echo L::title ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link rel="stylesheet" href="css/style.css">
@ -14,6 +14,6 @@
<body>
<div id="page-wrap">
<div id="navbar">
<a href="index.php">SimpleWordsCloud</a>
<a href="index.php"><?php echo L::title ?></a>
</div>
<div class="container">