simpleWordsCloud/templates/header.php

23 lines
589 B
PHP
Raw Normal View History

2020-11-15 21:51:28 +01:00
<!DOCTYPE html>
<html lang="fr">
<head>
2020-11-23 11:04:06 +01:00
<meta name="description" content="<?php echo L::description?>" />
2020-11-15 21:51:28 +01:00
<meta charset="utf-8">
2020-11-23 11:01:37 +01:00
<title><?php echo L::title ?></title>
2020-11-15 21:51:28 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link rel="stylesheet" href="css/style.css">
2020-11-16 21:31:59 +01:00
<script src="js/wordcloud2.js"></script>
2020-11-15 21:51:28 +01:00
</head>
<body>
<div id="page-wrap">
2020-11-15 21:51:28 +01:00
<div id="navbar">
2020-11-23 21:31:09 +01:00
<a href="index.php" class="title"><?php echo L::title ?></a>
<span id="navbar-right">
<a href="about.php">À propos</a>
</span>
2020-11-15 21:51:28 +01:00
</div>
<div class="container">