57 lines
1.4 KiB
HTML
57 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="date" content='$date-meta$'>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">
|
|
<style>
|
|
::selection {
|
|
background: #e67e80;
|
|
color: #232a2e;
|
|
}
|
|
|
|
body {
|
|
color: #d3c6aa;
|
|
font-family: sans-serif;
|
|
background: #2d353b;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
a {
|
|
color: #d699b6;
|
|
}
|
|
|
|
.sourceCode code {
|
|
font-family: 'JetBrains Mono', monospace;
|
|
}
|
|
|
|
code {
|
|
background: #232a2e;
|
|
font-family: 'JetBrains Mono', monospace;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
div.sourceCode {
|
|
background: #232a2e;
|
|
overflow-y: scroll;
|
|
padding: 10px;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<title>$title$</title>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
$body$
|
|
</div>
|
|
</body>
|
|
</html>
|