Fix the footer to the bottom of the page

This commit is contained in:
Gregory Trolliet 2020-11-22 15:53:46 +01:00
parent 72e25c39d8
commit da0cfeb470
3 changed files with 34 additions and 4 deletions

View file

@ -1,7 +1,10 @@
</div>
</div>
<div id="footer">
<div id="footer_text">
SimpleWordsCloud &mdash; Gregory Trolliet
</div>
</div>
<?php
if (!empty($jsWordcloud)) {
echo '<script type="text/javascript" src="js/display.js"></script>';

View file

@ -12,6 +12,7 @@
</head>
<body>
<div id="page-wrap">
<div id="navbar">
<a href="index.php">SimpleWordsCloud</a>
</div>