Browse Source

Ajusta viewport no template base.

master
Guilherme Capanema 7 years ago
parent
commit
bf4c618d6d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      interruptor/templates/base.html.j2

+ 1
- 0
interruptor/templates/base.html.j2 View File

@ -1,4 +1,5 @@
<!doctype html> <!doctype html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% endblock %} - Interruptor</title> <title>{% block title %}{% endblock %} - Interruptor</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<nav> <nav>


Loading…
Cancel
Save