7 lines
244 B
HTML
Raw Normal View History

2025-01-24 23:58:28 +03:00
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
<script src="{{ url_for('static', filename='scripts/index.js') }}"></script>
<meta charset="UTF-8">
<title>Попакошька</title>
</head>