Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
changed header
  • Loading branch information
Siddhatho committed Jan 4, 2025
1 parent b97b52d commit 6f4e1be
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>My first page</title>
</head>
<body>
<h1>
Sid
</h1>
<img src="./UDH.jpg" alt="" srcset="">
<p>
This is not my first website
</p>
<style>
body {
background-color: lightblue;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: darkblue;
}
</style>
</body>
</html>

0 comments on commit 6f4e1be

Please sign in to comment.