Skip to content

Commit 199a72c

Browse files
committedApr 20, 2015
Initial Commit
0 parents  commit 199a72c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎demo_index.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Git Demo Index Page</title>
5+
</head>
6+
<body>
7+
<h1>Git Demo</h1>
8+
<p>This is our test repository to test forking a repository and sending a pull request back to make changes to the original</p>
9+
<!-- Add some information about yourself below -->
10+
<!-- Your name -->
11+
12+
<!-- Your GitHub user name -->
13+
14+
<!-- Your favorite coding language -->
15+
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.