Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<!-- Add more meta tag -->
<link rel="icon" href="../../favicon.ico">

<title>Dashboard Template for Bootstrap</title>

<title>Dashboard for Attendence Manager</title>
<!-- Changed Title -->
<!-- Bootstrap core CSS -->
<link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
<!-- Css file for Dashboard -->
<link href="{{ url_for('static', filename='css/dashboard.css') }}" rel="stylesheet">

<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
Expand Down