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

15
result.php Normal file
View file

@ -0,0 +1,15 @@
<?php
include('templates/header.php');
?>
<div id="my_canvas">
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</div>
<?php
$jsWordcloud = true;
include('templates/footer.php');