parent
a4c0dbf504
commit
45232fcbf1
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
{% load static %} |
||||||
|
<html lang="en"> |
||||||
|
<head> |
||||||
|
<meta charset="UTF-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||||
|
<title>{{ title }}</title> |
||||||
|
<link rel="stylesheet" href="{% static 'plugins/google-fonts/google.founts.css' %}"> |
||||||
|
<link rel="stylesheet" href="{% static 'plugins/fontawesome-free/css/all.min.css' %}"> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
Loading…
Reference in new issue