diff options
| author | Guillaume Horel <guillame.horel@gmail.com> | 2015-04-05 21:15:34 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillame.horel@gmail.com> | 2015-04-05 21:15:34 -0400 |
| commit | 8a792206d3e687fd91f69e275a46a881b03964bc (patch) | |
| tree | e8fec901328e0d4b2ecc72e53a535fc73766cfa9 | |
| parent | 57d3ce934d0047ff79fb3768672ebfadfc57db29 (diff) | |
| download | wedding-website-8a792206d3e687fd91f69e275a46a881b03964bc.tar.gz | |
fix stupid typo
| -rw-r--r-- | templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html index 1fab71c..91c9f28 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,7 +4,7 @@ <title>Login</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -3 <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> + <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> <link href="{{url_for('static', filename='wedding.css')}}" rel="stylesheet"> <link rel="icon" type="image/jpg" href="{{url_for('static',filename='favicon.jpg')}}"> <link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"> |
