From 29a881aa84dc16d62e7880f7e8e613def04a55bf Mon Sep 17 00:00:00 2001
From: Phoi Luong <pl533@drexel.edu>
Date: Sun, 21 Apr 2024 16:11:14 +0000
Subject: [PATCH] Update contact.html
---
contact.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/contact.html b/contact.html
index 8c5bd7b..b4c8726 100644
--- a/contact.html
+++ b/contact.html
@@ -5,8 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sixth Sence</title>
+ <link rel="icon" href="logo.PNG" type="image/PNG" />
<!-- bootstrap core css -->
- <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
+ <link rel="stylesheet" type="text/css" href="bootstrap.css" />
<!-- progress barstle -->
<link rel="stylesheet" href="css/css-circular-prog-bar.css">
<!-- fonts style -->
@@ -14,7 +15,7 @@
<!-- font wesome stylesheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
- <link href="css/style.css" rel="stylesheet" />
+ <link href="style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
--
GitLab