Skip to content

Commit 2ab0c0a

Browse files
authored
Merge pull request #636 from Vortex-16/main
Added Favicon Link
2 parents 0697f6a + ab316bd commit 2ab0c0a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/>
1111
<link rel="stylesheet" href="css/style.css" />
1212
<link rel="stylesheet" href="css/about.css" />
13+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
1314
<style>
1415
/* Hamburger div style */
1516
.navbar {

about_new.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
88
<link rel="stylesheet" href="css/style.css">
99
<link rel="stylesheet" href="css/about.css">
10+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
1011
<style>
1112
/* About page specific styles */
1213
.container {

add-organize-papers.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Papers Page</title>
7+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
78
<link rel="stylesheet" href="./css/add-organize-papers.css" />
89
</head>
910
<body>

0 commit comments

Comments
 (0)