git-sample
Révision | 8d2d52cba682aa2358d62ae17d0fcb245fd66a0a (tree) |
---|---|
l'heure | 2014-07-17 23:45:50 |
Auteur | taro <taro@exam...> |
Commiter | taro |
update hello.html
@@ -6,9 +6,9 @@ | ||
6 | 6 | </head> |
7 | 7 | <body> |
8 | 8 | <h1>Hello World!</h1> |
9 | - <p>This is sample html file.</p> | |
10 | - <!-- edited by taro --> | |
11 | - <p>Version 8</p> | |
9 | + <p>Hello version control, Hello Git!</p> | |
10 | + <h2>Version Information</h3> | |
11 | + <p>Version 9</p> | |
12 | 12 | </body> |
13 | 13 | </html> |
14 | 14 |