mrmBot-Matrix/utils/screenshot/ERR_DNS_FAIL

64 lines
1.2 KiB
Plaintext

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf8">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
.page {
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
flex-flow: row wrap;
align-content: center;
display: flex;
}
.text {
text-align: center;
font-weight: 400;
width: 100%;
margin: 5px;
}
.img {
text-align: center;
margin: 10px auto 20px;
display: block;
width: 256px;
}
.container {
padding: 2em;
}
* {
box-sizing: border-box;
}
.large {
font-size: 5em;
}
.med {
font-size: 3em;
}
</style>
</head>
<body>
<div class="page">
<div class="container">
<img src="https://projectlounge.pw/pictures/esmbot.png" width="256" class="text img"></img>
<p class="text large" id="page">An error was encountered while trying to load %H:</p>
<p class="text med" id="error">%z</p>
</div>
</div>
</body>
</html>