aboutsummaryrefslogtreecommitdiffstats
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html
index 757aac0..3c16838 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -7,10 +7,11 @@
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.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')}}">
</head>
<body>
<div class="row">
- <img class="center-block" src="{{url_for('static', filename='banner1.jpg')}}" alt="banner">
+ <img class="center-block" src="{{url_for('static', filename='banner.jpg')}}" alt="banner">
</div>
<div id="login" class="row">
<form id = "connection" action="/login/" role="form"