mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 00:44:08 +01:00
34 lines
No EOL
1 KiB
HTML
34 lines
No EOL
1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Cloud9 Desktop</title>
|
|
<style>
|
|
body{
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
.message{
|
|
width:800px;
|
|
padding:20px 40px;
|
|
margin:0 auto;
|
|
background-color:#f9f9f9;
|
|
border:1px solid #ddd;
|
|
}
|
|
center{
|
|
margin:40px 0;
|
|
}
|
|
h1{
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
}
|
|
p{
|
|
font-size: 14px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="message">
|
|
<img id="logo" height="80px" alt="Ecolane" title="Ecolane" src="ecolane_web.svg">
|
|
<h1>Desktop is disabled for your account.</h1>
|
|
<h5>This instance does not have the desktop enabled. If you do need access, please reach out to IT.</h5>
|
|
</div>
|
|
</body>
|
|
</html> |