First version of the WordsCloud site

This commit is contained in:
Gregory Trolliet 2020-11-15 21:51:28 +01:00
commit 8a6973fcb6
13 changed files with 1656 additions and 0 deletions

11
templates/footer.php Normal file
View file

@ -0,0 +1,11 @@
</div>
<div id="footer">
WordsCloud -- Gregory Trolliet
</div>
<?php
if (!empty($jsWordcloud)) {
echo '<script type="text/javascript" src="js/display.js"></script>';
}
?>
</body>
</html>