diff --git a/hello.txt b/hello.txt index 45b983be36b73c0788dc9cbcb76cbb80fc7bb057..bcf60632f1ddaa0a2bd20793aa012f4d1d5be6c7 100644 --- a/hello.txt +++ b/hello.txt @@ -1 +1 @@ -hi +hiiiii diff --git a/index.html b/index.html index 1fb0fe93cd42fbc1e392d2736933ea5d34561232..04b8b42847e304ac811895fa61075deec9730d01 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ </head> <body> <h1>Hello, World!</h1> - <p>This is a very basic HTML page.</p> + <p>This is a very VERY basic HTML page.</p> </body> </html>