forked from s3lph/matemat
18 lines
332 B
HTML
18 lines
332 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Matemat</title>
|
||
|
<style>
|
||
|
body {
|
||
|
color: #f0f0f0;
|
||
|
background: #000000;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Matemat {{__version__}}</h1>
|
||
|
{% block main %}
|
||
|
{% endblock %}
|
||
|
</body>
|
||
|
</html>
|