add html meta tag to make the site mobile-ready
This commit is contained in:
@@ -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' %}">
|
||||
|
||||
Reference in New Issue
Block a user