Change to page title that better reflects project
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{{#if first_name}}
|
||||
<title> {{first_name}} - CSCI 3308 Lab 8 </title>
|
||||
{{else}}
|
||||
<title> CSCI 3308 Lab 8 </title>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user