13 lines
189 B
HTML
13 lines
189 B
HTML
<html>
|
|
<head>
|
|
<title>Coders Squad</title>
|
|
|
|
<link rel="stylesheet" href="/static/style/main.css">
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Coders Squad</h1>
|
|
|
|
{% include 'services.tmpl' %}
|
|
</body>
|
|
</html> |