Skip to content
Snippets Groups Projects
Commit f5bdb922 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

include homepage css

parent 0772500b
No related branches found
No related tags found
No related merge requests found
Pipeline #408589 passed
......@@ -15,6 +15,7 @@
<link href="{{ url_for('static', filename = 'navbar.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename = 'page.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename = 'footer.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename = 'homepage.css') }}" rel="stylesheet">
<!-- <style>
body {
......@@ -35,7 +36,7 @@
}
</style> -->
<title>{% block title %}{% endblock %} | TU-Delft - iGEM 2024</title>
<title>Home | TU-Delft - iGEM 2024</title>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment