me.fier.blog/htroot/data/setting/page.html

49 lines
760 B
HTML
Raw Normal View History

2024-06-10 13:48:25 +00:00
<html>
<head>
<title>$$BLOG$$, page $$PAGE$$</title>
<style>
html, body {
background-color: #ffffff;
color: #000000;
}
html {
background-color: #eeeeee;
}
body {
margin-left: auto;
margin-right: auto;
margin-top: 3em;
margin-bottom: 3em;
max-width: 640px;
padding: 5px;
}
.title {
font-size: 3em;
}
.subtitle {
font-size: 1em;
}
.post_title {
font-size: 2em;
}
.post_subtitle {
font-size: 1em;
font-weight: bold;
}
</style>
</head>
<body>
<div class="title">$$BLOG$$</div>
<div class="subtitle">Page $$PAGE$$: <a href="$$LINK_PREVIOUS$$">Previous</a>, <a href="$$LINK_NEXT$$">Next</a></div>
<hr>
$$POSTS$$
<div class="subtitle">Page $$PAGE$$: <a href="$$LINK_PREVIOUS$$">Previous</a>, <a href="$$LINK_NEXT$$">Next</a></div>
</body>
</html>