11 lines
180 B
PHP
11 lines
180 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: leanderschmedemann
|
|
* Date: 02/03/2017
|
|
* Time: 09:43
|
|
*/
|
|
|
|
echo "This is an API. Specs can be found ".link("specs.html", "here").".";
|
|
|
|
?>
|