Change to page title that better reflects project

This commit is contained in:
Lucas Patenaude
2024-03-12 02:07:24 -06:00
parent 519aadddd9
commit 8e37db07e4
2 changed files with 1 additions and 7 deletions

View File

@@ -7,8 +7,7 @@
<link rel="stylesheet" type="text/css" href="css/login_and_registration.css">
<link rel="stylesheet" type="text/css" href="css/home-screen.css">
<!-- TODO: Include the `title` partial here -->
{{> title}}
<title>Group 6 Final Project</title>
<!-- Include Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

View File

@@ -1,5 +0,0 @@
{{#if first_name}}
<title> {{first_name}} - CSCI 3308 Lab 8 </title>
{{else}}
<title> CSCI 3308 Lab 8 </title>
{{/if}}