2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
Comrad/docs/www/theme.html
quadrismegistus 17846b33e2 readme
2020-09-21 10:52:09 +01:00

34 lines
669 B
HTML

<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type='text/css'>
body {
font-family:'Baskerville', 'Libre Baskerville','Courier New', Courier, monospace;
/* text-align:center; */
/* font-size:1.1em; */
}
img {
display: block;
margin: 0 auto;
/* width: 200px; */
}
h1 { text-align: center;}
#content {
max-width:600px;
margin: 0 auto;
}
p { text-align: justify }
</style>
<title>Ryan Heuser</title>
</head>
<body>
<div id="content">
[[CONTENT]]
</div>
</body>
</html>