mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 19:26:29 +02:00
Add/improve code documentation
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Generate dynamic CSS for randomising the background image.
|
||||
*
|
||||
* @author Dale Davies <dale@daledavies.co.uk>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
// Provided by composer for psr-4 style autoloading.
|
||||
require __DIR__ .'/vendor/autoload.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user