The Digital Telepresence Platform core implementing user account management, authentication, search, global directory, and other platform-wide services. https://digitaltelepresence.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

61 lines
1.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DTP Soapbox Community Engine</title>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
body {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
width: 100%;
height: 100%;
background-color: #1a1a1a;
color: #e8e8e8;
}
img.responsive {
display: block;
margin: 0 auto;
width: 100%;
max-width: 160px;
height: auto;
}
.container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
max-width: 960px;
margin: 0 auto;
background-color: #000000;
color: #e8e8e8;
}
.container section {
padding: 25px 8px;
text-align: center;
}
.container h1 {
font-size: 2em;
}
</style>
</head>
<body>
<div class="container">
<section>
<img src="/static/img/dtp-core.svg" class="responsive" alt="DTP Core Logo"/>
<p>The system is down for maintenance and will be back online shortly...</p>
</section>
</div>
</body>
</html>