diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-31 20:10:51 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-31 20:10:51 +0100 |
commit | 5acc45bd7aaec2d6e7edd16877e2aa3880fc6f73 (patch) | |
tree | d675f1a9da747cedfb680373f01de2f9053b2f68 /index.html | |
download | html-collection-5acc45bd7aaec2d6e7edd16877e2aa3880fc6f73.tar.xz |
Initial commit
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 |