Upload files to ''

This commit is contained in:
simejo 2021-11-20 23:22:16 +00:00
parent 35abc07e2d
commit ebd48157a2
1 changed files with 20 additions and 0 deletions

20
template.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html>
<head>
<style>
body {
background-color: #282828;
color: #ebdbb2;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
</head>
<body class="card">
<div id="qa">
{{CONTENT}}
</div>
</body>
</html>