First version of the WordsCloud site
This commit is contained in:
commit
8a6973fcb6
13 changed files with 1656 additions and 0 deletions
11
templates/footer.php
Normal file
11
templates/footer.php
Normal 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>
|
18
templates/header.php
Normal file
18
templates/header.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<meta name="description" content="Webpage description goes here" />
|
||||
<meta charset="utf-8">
|
||||
<title>Change_me</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<script src="wordcloud2.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="index.php">WordsCloud</a>
|
||||
</div>
|
||||
<div class="container">
|
Loading…
Add table
Add a link
Reference in a new issue