pogmommy-webserver/assets/template.html
2026-02-12 01:01:22 -08:00

21 lines
369 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>title!</title>
<style>
img {
width: 10vw;
}
.markdown-module {
margin: 10vw;
background-color: #f0f0f044;
}
</style>
</head>
<body>
${time}
${header}
${body}
${footer}
</body>
</html>