All checks were successful
Build / Build-Docker-Image (push) Successful in 37s
50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
[?][#config.stx]
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Deadly Boring Math</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="[^baseurl]/base.css" />
|
|
<link rel="icon" href="[^baseurl]/logo.png" />
|
|
</head>
|
|
<body>
|
|
<div id="leftpanel">
|
|
<a id="titleblock" href="[^baseurl]">
|
|
<img src="[^baseurl]/logo.png">
|
|
<p>
|
|
<b>Deadly Boring Math</b>
|
|
<i><br>The Mostest Bestestest FOSS Math Journal on the Internet<sup>\[citation needed]</sup></i>
|
|
</p>
|
|
</a>
|
|
<a href="[^baseurl]/news.html" style="margin-top: 1em; margin-bottom: 1em;">News</a>
|
|
[f subjects subject]
|
|
<div class="subject">
|
|
<input type="checkbox" id="subject-[^subject]" />
|
|
<label for="subject-[^subject]">[^subject]</label>
|
|
<div>
|
|
[f posts post]
|
|
[i post.subject subject equals]
|
|
<a href="[^baseurl]/[^post.filename]">
|
|
<b>[^post.title]</b><br>
|
|
<i>by [^post.author] on [^post.date]</i>
|
|
</a>
|
|
[/]
|
|
[/]
|
|
</div>
|
|
</div>
|
|
[/]
|
|
<p style="margin-top: auto;">
|
|
Notice a mistake? Contact me at <a href="mailto:plupy44@gmail.com">plupy44@gmail.com</a><br>
|
|
Rendered with <a href="https://swaous.asuscomm.com/sitix">Sitix</a><br>
|
|
Mathematical formulas generated via <a href="https://www.mathjax.org/">MathJax</a>.
|
|
</p>
|
|
</div>
|
|
<div id="contpanel">
|
|
<div>
|
|
[^content]
|
|
</div>
|
|
</div>
|
|
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
</body>
|
|
</html> |