Skip to content

Commit 77b074a

Browse files
committed
Feat: Favicon
1 parent c49e478 commit 77b074a

5 files changed

Lines changed: 47 additions & 1 deletion

File tree

Block Chain Collage Code 0/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,22 @@
1010
rel="stylesheet"
1111
href="../css/style.css"
1212
/>
13+
<link
14+
rel="shortcut icon"
15+
href="../favicon.svg"
16+
type="image/x-icon"
17+
/>
1318
<title>Class Repo Learning Projects - Block Chain Collage | Code 0</title>
1419
</head>
1520
<body>
16-
<h3><a class="home" href="../index.html">Class Repo Projects</a> - Block Chain Collage | Code 0</h3>
21+
<h3>
22+
<a
23+
class="home"
24+
href="../index.html"
25+
>Class Repo Projects</a
26+
>
27+
- Block Chain Collage | Code 0
28+
</h3>
1729
<div class="links">
1830
<a href="1/index.html">01</a>
1931
<a href="2/index.html">02</a>

Block Chain Collage Code 1/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
rel="stylesheet"
1111
href="../css/style.css"
1212
/>
13+
<link
14+
rel="shortcut icon"
15+
href="../favicon.svg"
16+
type="image/x-icon"
17+
/>
1318
<title>Class Repo Learning Projects - Block Chain Collage | Code 1</title>
1419
</head>
1520
<body>

Rashed Code 23/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<link
1010
rel="stylesheet"
1111
href="../css/style.css"
12+
/>
13+
<link
14+
rel="shortcut icon"
15+
href="../favicon.svg"
16+
type="image/x-icon"
1217
/>
1318
<title>Class Repo Learning Projects | Rashed - Code 23</title>
1419
</head>

favicon.svg

Lines changed: 19 additions & 0 deletions
Loading

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
rel="stylesheet"
1111
href="css/style.css"
1212
/>
13+
<link
14+
rel="shortcut icon"
15+
href="favicon.svg"
16+
type="image/x-icon"
17+
/>
1318
<title>Class Repo Learning Projects</title>
1419
</head>
1520
<body>

0 commit comments

Comments
 (0)