Files
lair.moe/templates/index.html
T

13 lines
242 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>
2025-07-03 01:37:41 +03:00
</head>
<body>
<h1>Coders Squad</h1>
2025-07-31 01:27:33 +03:00
{% include 'services.tmpl' %}
2025-07-03 01:37:41 +03:00
</body>
</html>