1
1

add html meta tag to make the site mobile-ready

This commit is contained in:
2020-04-06 19:30:16 +02:00
parent 79f99bf146
commit 4b5ce3bc46

View File

@@ -3,6 +3,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>{% block title %}FinancePlanner{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{% static 'financeplanner/style.css' %}">