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