Files
lair.moe/templates/index.html
T

18 lines
365 B
HTML

<html>
<head>
<title>Coders Squad</title>
<link rel="stylesheet" href="/static/style/main.css">
<script src="/static/sript/copy-mono.js"> </script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
{% include 'header.tmpl' %}
<h1>Coders Squad</h1>
<main>
{% include 'services.tmpl' %}
</main>
</body>
</html>