Files
lair.moe/templates/index.html
T

15 lines
273 B
HTML

<html>
<head>
<title>Coders Squad</title>
<link rel="stylesheet" href="/static/style/main.css">
<script src="/static/sript/copy-mono.js"> </script>
</head>
<body>
{% include 'header.tmpl' %}
<h1>Coders Squad</h1>
{% include 'services.tmpl' %}
</body>
</html>