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.
36 lines
996 B
36 lines
996 B
<!DOCTYPE html><html lang="de_AT">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name='HandheldFriendly' content='True'>
|
|
<meta name='MobileOptimized' content='320'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
|
|
|
|
<title>OE7DRT - MMDVM-Dashboard by DG9VH</title>
|
|
<style>
|
|
.center {
|
|
font-family: Input, Monospace, fixed;
|
|
font-size: 110%;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
@media only screen
|
|
and (max-width : 500px) {
|
|
.center {
|
|
font-size: 80%;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="center">
|
|
<p>The dashboard is not available right now, please try
|
|
again later!<br><br>
|
|
<a href="#" onclick="location.reload(true);
|
|
return false;">reload this page</a>
|
|
</div>
|
|
</body>
|
|
</html>
|