anktui/template.html

21 lines
390 B
HTML
Raw Permalink Normal View History

2021-11-21 00:22:16 +01:00
<!doctype html>
<html>
<head>
<style>
body {
background-color: #282828;
color: #ebdbb2;
}
</style>
2021-11-21 02:26:45 +01:00
<link rel="stylesheet" href="{{WD}}/css/katex.min.css">
<script src="{{WD}}/js/katex.min.js"></script>
<script src="{{WD}}/js/auto-render.min.js" onload="renderMathInElement(document.body);"></script>
2021-11-21 00:22:16 +01:00
</head>
<body class="card">
<div id="qa">
{{CONTENT}}
</div>
</body>
</html>