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

36 lines
587 B
HTML

<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: start;
font-weight: normal;
font-size: 40px;
margin: 20;
padding: 20;
}
div {
padding: 4px;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>