1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-21 04:23:47 +01:00
Files
2020-10-04 17:14:00 +02:00

24 lines
336 B
HTML

<!doctype html>
<html class="s2-docs-home">
<head>
{% include head.html %}
</head>
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
<script>
(function () {
'use strict';
prettyPrint();
})();
</script>
{% include ga.html %}
</body>
</html>