Add responsive meta tag in head.

This commit is contained in:
Alvimm
2017-06-22 02:47:43 -03:00
parent cfc42e504a
commit 87bd796b15

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>CS Flash Cards</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}"/>