diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100755 index 0000000..6f9e420 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<?php +require("/var/www/common.php") +?> + <meta charset="utf-8"> + <title>HTML Collection</title> +<div class="elidragon box"> + <div class="nice"> + <h1>HTML Collection</h1> + <h2><a href="HTML-Collection.zip" download>Download Zip</a></h2> + <h2>Contents</h2> + <ul class="elidragon text"> + <li><a href="colormixer.html">Colormixer</a></li> + <li><a href="calculator.html">Calculator</a></li> + <li><a href="cookies.html">Cookie Demo</a></li> + <li><a href="guessing.html">Guessing Game</a></li> + </ul> + </div> +</div>
\ No newline at end of file |