You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
326 B
13 lines
326 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Custom Web App</title>
|
|
</head>
|
|
<body>
|
|
<h1>It works!</h1>
|
|
<p>Congratulation, you have just installed your custom web app.</p>
|
|
|
|
<p>As a reward, here is a random cat picture:</p>
|
|
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
|
|
</body>
|
|
</html>
|