mirror of
https://github.com/robertorincos/LabEngSW.git
synced 2026-01-15 17:32:56 -03:00
12 lines
277 B
HTML
12 lines
277 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href=""
|
|
{% block head %}{% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block body %}{% endblock %}
|
|
</body>
|
|
</html> |