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

9
addWord.php Normal file
View file

@ -0,0 +1,9 @@
<?php
?>
<form method="post" action="index.php">
<label for="fword" class="required">Mot</label>
<input type="text" id="fword" name="fword" placeholder="Mot à entrer" required/>
<input type="hidden" id="fcloud" name="fcloud" value="<?php echo $cloud ?>" >
<input type="submit" value="Réserver"/>
</form>