mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
24 lines
No EOL
460 B
HTML
24 lines
No EOL
460 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Hello kiwi #2!</title>
|
|
<style>
|
|
body {
|
|
width: 50em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Another Hello World!</h1>
|
|
|
|
<p>This service uses an off-the-shelf image and the conf-directory feature of kiwi-scp.</p>
|
|
|
|
<p><em>Greetings, nginx.</em></p>
|
|
</body>
|
|
|
|
</html> |