First version of the WordsCloud site
This commit is contained in:
commit
8a6973fcb6
13 changed files with 1656 additions and 0 deletions
9
addWord.php
Normal file
9
addWord.php
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue