mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
13 lines
1.1 KiB
PHP
13 lines
1.1 KiB
PHP
<html>
|
|
<title>Novetus Webserver Test Page</title>
|
|
<body>
|
|
<center>FUCKING HORSES!!!!!!!!</center>
|
|
<script type="text/javascript" src="https://panzi.github.io/Browser-Ponies/basecfg.js" id="browser-ponies-config"></script><script type="text/javascript" src="https://panzi.github.io/Browser-Ponies/browserponies.js" id="browser-ponies-script"></script><script type="text/javascript">/* <![CDATA[ */ (function (cfg) {BrowserPonies.setBaseUrl(cfg.baseurl);BrowserPonies.loadConfig(BrowserPoniesBaseConfig);BrowserPonies.loadConfig(cfg);})({"baseurl":"https://panzi.github.io/Browser-Ponies/","fadeDuration":500,"volume":1,"fps":25,"speed":3,"audioEnabled":false,"showFps":false,"showLoadProgress":true,"speakProbability":0.1,"spawn":{"apple bloom":1,"applejack":1,"derpy hooves":1,"fluttershy":1,"pinkie pie":1,"rainbow dash":1,"rarity":1,"scootaloo":1,"sweetie belle":1,"twilight sparkle":1},"autostart":true}); /* ]]> */</script>
|
|
</body>
|
|
</html>
|
|
|
|
<?php
|
|
echo "This is the default index.php. PHP Version: ";
|
|
echo phpversion();
|
|
echo ". This web server uses the /shareddata folder as a root directory.";
|
|
?>
|