Files
bundesmessenger-ios/Riot/Assets/support.html
T
2022-03-17 15:51:23 +01:00

39 lines
640 B
HTML
Executable File

<html>
<head>
<style>
body {
font-family: sans-serif;
font-size: 40px;
}
pre {
background-color: #eeeeee;
padding: 1em;
white-space: pre-wrap;
word-wrap: break-word;
border-radius: 4px;
}
p {
text-align: center;
font-weight: bold;
font-size: 40px;
margin: 0;
padding: 0;
}
div {
padding: 4px;
}
</style>
</head>
<body>
<div>
<p>BundesMessenger</p>
<p>Hilfe & Support</p>
</div>
<br/>
</body>
</html>