Change title

This commit is contained in:
Götz 2019-01-25 00:37:08 +01:00
parent 14be445197
commit 89c175e17b

View File

@ -2,14 +2,14 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Index Calculator</title> <title>CodiMD Notes</title>
<link rel="stylesheet" href="{{ url_for('static', filename='libs/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='libs/bootstrap.min.css') }}">
<script src="{{ url_for('static', filename='js/file_reader.js') }}"></script> <script src="{{ url_for('static', filename='js/file_reader.js') }}"></script>
</head> </head>
<body class="bg-light"> <body class="bg-light">
<nav class="navbar navbar-light bg-light"> <nav class="navbar navbar-light bg-light">
<a class="navbar-brand" href="#"> <a class="navbar-brand" href="#">
Assignment 1 CodiMD Notes
</a> </a>
</nav> </nav>
<div class="container-fluid"> <div class="container-fluid">