From aebc5f7600e7299f793995b83c10c15eff49655f Mon Sep 17 00:00:00 2001 From: "Mielaikaite Donata (Student Com15)" <donata.mielaikaite@stud-inf.unibz.it> Date: Fri, 30 Oct 2015 15:44:12 +0100 Subject: [PATCH] red colour --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index aa48b5e..a60d6ad 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <head> <title>Sample "Hello, World" Application</title> </head> - <body bgcolor=white> + <body bgcolor=red> <table border="0" cellpadding="10"> <tr> @@ -24,4 +24,4 @@ </ul> </body> -</html> \ No newline at end of file +</html> -- GitLab