Files
Attractor/App/Resources/reader.html
James Magahern 2b5475d7f8 Reader Mode
2021-02-15 22:34:05 -08:00

28 lines
618 B
HTML

<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
body {
margin: 2em;
line-height: 1.8em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
max-width: 100%;
}
img {
max-width: 100%;
display: block;
width: auto;
height: auto;
}
</style>
</head>
<body>
{{ body }}
</body>
</html>