Skip to content

Commit 854a457

Browse files
committed
I Have added new html file
1 parent 742185b commit 854a457

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

my-first-project.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Untitled Document</title>
6+
</head>
7+
8+
<body>
9+
This is my first project file...
10+
11+
I have chnaged this line...
12+
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)