-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 1.33 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link
rel="stylesheet"
href="css/style.css"
/>
<link
rel="shortcut icon"
href="favicon.svg"
type="image/x-icon"
/>
<title>Class Repo Learning Projects</title>
</head>
<body>
<h1>
<a
class="home"
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
target="_blank"
>Class Repo Projects</a
>
</h1>
<div class="links">
<a href="Rashed Code 23/index.html">Rashed Code 23</a>
<a href="Block Chain Collage Code 0/index.html">Block Chain Collage Code 0</a>
<a href="Block Chain Collage Code 1/index.html">Block Chain Collage Code 1</a>
<a href="Block Chain Collage Code 2/index.html">Block Chain Collage Code 2</a>
</div>
<footer>
© 2026
<a
class="home"
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
target="_blank"
>
Class Repo
</a>
|
<a
class="home"
href="https://mdjamin.me"
target="_blank"
>
MDJAmin
</a>
</footer>
<script src="js/script.js"></script>
</body>
</html>