17 lines
455 B
HTML
17 lines
455 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>It works !</h1>
|
|
|
|
<p>Congratulation, you have just installed your custom web app.</p>
|
|
<p>You can access to the directory of this web page by connecting as <strong>FTPUSER</strong> to your server <strong>HOST</strong> via <strong>FTP</strong> on the standard port 21.</p>
|
|
|
|
<br>
|
|
|
|
<p>As a reward, here is a random cat picture:</p>
|
|
<p><img src="http://thecatapi.com/api/images/get?format=src&type=gif"></p>
|
|
|
|
</body>
|
|
</html>
|
|
|