22 lines
589 B
PHP
22 lines
589 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta name="description" content="<?php echo L::description?>" />
|
|
<meta charset="utf-8">
|
|
<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">
|
|
<script src="js/wordcloud2.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page-wrap">
|
|
<div id="navbar">
|
|
<a href="index.php" class="title"><?php echo L::title ?></a>
|
|
<span id="navbar-right">
|
|
<a href="about.php">À propos</a>
|
|
</span>
|
|
</div>
|
|
<div class="container">
|