mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
24 lines
610 B
HTML
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>
|