welcome.html 298 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
<html>
<head>
 <title>Welcome to the Monitoring Interface</title>
 <link rel="stylesheet" href="pure-min.css">
 <link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to your monitoring interface</h1>
<p>From this interface you can monitor, configure your instance</p>
</body>
</html>