Skip to content

Commit c4137df

Browse files
committed
Feat: Block Chain Collage Code 2 html files
1 parent 4ba4389 commit c4137df

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
9+
<link
10+
rel="stylesheet"
11+
href="../css/style.css"
12+
/>
13+
<link
14+
rel="shortcut icon"
15+
href="../favicon.svg"
16+
type="image/x-icon"
17+
/>
18+
<title>Class Repo Learning Projects - Block Chain Collage | Code 2</title>
19+
</head>
20+
<body>
21+
<h3>
22+
<a
23+
class="home"
24+
href="../index.html"
25+
>Class Repo Projects</a
26+
>
27+
- Block Chain Collage | Code 2
28+
</h3>
29+
<div class="links">
30+
<a
31+
target="_blank"
32+
href="1/index.html"
33+
>01</a
34+
>
35+
<a
36+
target="_blank"
37+
href="2/2.1/index.html"
38+
>02.1</a
39+
>
40+
<a
41+
target="_blank"
42+
href="2/2.2/index.html"
43+
>02.2</a
44+
>
45+
</div>
46+
<footer>
47+
© 2025
48+
<a
49+
class="home"
50+
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
51+
target="_blank"
52+
>
53+
Class Repo
54+
</a>
55+
| MDJAmin
56+
</footer>
57+
<script src="../js/script.js"></script>
58+
</body>
59+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ <h1>
3030
<a href="Rashed Code 23/index.html">Rashed Code 23</a>
3131
<a href="Block Chain Collage Code 0/index.html">Block Chain Collage Code 0</a>
3232
<a href="Block Chain Collage Code 1/index.html">Block Chain Collage Code 1</a>
33+
<a href="Block Chain Collage Code 1/index.html">Block Chain Collage Code 2</a>
3334
</div>
3435
<footer>
3536
© 2025

0 commit comments

Comments
 (0)