-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitIndex.html
More file actions
24 lines (19 loc) · 808 Bytes
/
Copy pathgitIndex.html
File metadata and controls
24 lines (19 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>GIT playground</title>
<link rel="stylesheet" href="gitIndex.css">
</head>
<body>
<div><img src="Devasenapati.jpeg" alt="Hello World from Space" style="width:100%;max-width:640px"></div>
<h1>Been fuckin years but now better than never, mfkr</h1>
<h2>Ya Boi lets wear some courderoy</h2>
<h1>Making up for lost time here, bud.</h1>
<h2>Can't go back in time, but we can still shape our future by building one day at a time. </h2>
<p>Be what no one else can, do what is right, shine bright and fly high! GO YOEL</p>
<p>and heres a change for the git commit</p>
<p>And heres to show how merging works!</p>
<div><img src="fastingdigrm.webp" alt="Hello World from Space" style="width:100%;max-width:640px"></div>
</body>
</html>