Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 4f626c2

Browse files
authored
Merge pull request #1 from UIUDH-Frontend/main
Create index.html
2 parents b97b52d + ee78316 commit 4f626c2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

projects/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title> My First Page</title>
5+
</head>
6+
<body>
7+
<h1>
8+
Welcome !
9+
</h1>
10+
<p>
11+
this is my first website
12+
</p>
13+
<style>
14+
body{
15+
background-color: lightblue;
16+
font-family: Arial, Helvetica, sans-serif;
17+
}
18+
h1{
19+
color: darkblue;
20+
}
21+
</style>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)