1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-29 06:20:12 +02:00
build/layer/router-base/wwwroot/index.html
David Oberhollenzer 30cad432bf Add an Nginx server landing page to the router product
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-10-07 02:16:28 +02:00

24 lines
610 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Pygos demo network!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to the Pygos demo network!</h1>
<p>This page is served by the Nginx server on a Pygos based router and can
only be accessed from the internal network interfaces.</p>
<p>A lot more work has to be done to turn this into a more usefull landing
page or a web interface for configuring the router.</p>
<p><em>Thank you for trying out Pygos.</em></p>
</body>
</html>