-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (21 loc) · 825 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My second gitHub repo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>I can push to github.com again and again.</h1>
<h2>Mama I can code now</h2>
<h3>New code changed to orange</h3>
<p>more paragraph</p>
<p>I am coding coding and coding</p>
<p>Now I accurately know how to use gitHub and vs code to act as a real web developer.</p>
<img src="programming-hero-icon.jpg" alt="Programming Hero website logo">
<img src="minto.jpg" alt="Jahangir Alom Minto's picture">
<img src="img/programming-hero-course.jpg" alt="course image">
</body>
</html>