simpleWordsCloud/templates/header.php

20 lines
503 B
PHP
Raw Normal View History

2020-11-15 21:51:28 +01:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="description" content="Webpage description goes here" />
<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 11:01:37 +01:00
<a href="index.php"><?php echo L::title ?></a>
2020-11-15 21:51:28 +01:00
</div>
<div class="container">