Skip to content

Commit fcda101

Browse files
SadafKausar2025SyedImtiyaz-1
authored andcommitted
Added Favicon and proper title to the page
1 parent c324f46 commit fcda101

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

backend/public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
4343
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
4444
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
45-
<title>Projects</title>
45+
<title>IT Projects | Find your best projects</title>
46+
<link rel="icon" type="image/x-icon" href="/images/favicon.png" />
4647
</head>
4748

4849
<body>

images/favicon.png

41.1 KB
Loading

images/image.png

-3.03 KB
Binary file not shown.

images/project.png

35.5 KB
Loading

index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Precious IT Services</title>
7+
<title>Precious IT Services | The best services for projects</title>
8+
<link rel="icon" type="image/x-icon" href="/images/favicon.png" />
9+
810
<link rel="stylesheet" href="./main.css" />
911
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
1012
<link
1113
rel="stylesheet"
1214
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
1315
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
14-
<link rel="icon" href="./images/image.png" />
16+
<!-- <link rel="icon" href="./images/image.png" /> -->
1517
<link
1618
rel="stylesheet"
1719
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
@@ -266,7 +268,11 @@ <h2 class="text-trans-none">
266268
<h3>Office</h3>
267269
<p>Nagpur, PIN 440024</p>
268270
<p>Maharashtra, India</p>
269-
<p class="email"><a href="mailto:[email protected]">[email protected]</a></p>
271+
<p class="email">
272+
<a href="mailto:[email protected]"
273+
274+
>
275+
</p>
270276
<h4><a href="tel:7218404903">+91 7218404903</a></h4>
271277
</div>
272278
<div class="col">

0 commit comments

Comments
 (0)