kiwi-scp/example/hello-world.project/conf/html/index.html

24 lines
460 B
HTML
Raw Normal View History

2020-08-24 12:49:39 +00:00
<!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>
2020-08-26 11:56:51 +00:00
<p>This service uses an off-the-shelf image and the conf-directory feature of kiwi-scp.</p>
2020-08-24 12:49:39 +00:00
<p><em>Greetings, nginx.</em></p>
</body>
</html>