Files
lair.moe/templates/index.html
T

18 lines
365 B
HTML
Raw Normal View History

2025-07-03 01:37:41 +03:00
<html>
<head>
<title>Coders Squad</title>
2025-07-31 01:27:33 +03:00
<link rel="stylesheet" href="/static/style/main.css">
2025-07-31 18:21:10 +03:00
<script src="/static/sript/copy-mono.js"> </script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-07-03 01:37:41 +03:00
</head>
<body>
2025-07-31 23:34:17 +03:00
{% include 'header.tmpl' %}
2025-07-03 01:37:41 +03:00
<h1>Coders Squad</h1>
<main>
2025-07-31 01:27:33 +03:00
{% include 'services.tmpl' %}
</main>
2025-07-03 01:37:41 +03:00
</body>
</html>