mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-02-18 13:10:20 +00:00
12 lines
407 B
HTML
12 lines
407 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}/css/main2.css" />
|
|
<title>{% block title %}{% endblock %}</title>
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
{% block footer %}{% endblock %}
|
|
</body>
|
|
</html> |