diff options
Diffstat (limited to 'project1/proj1_s4498062/content')
-rw-r--r-- | project1/proj1_s4498062/content/test/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/project1/proj1_s4498062/content/test/index.html b/project1/proj1_s4498062/content/test/index.html index a5d8c3d..8f5923f 100644 --- a/project1/proj1_s4498062/content/test/index.html +++ b/project1/proj1_s4498062/content/test/index.html @@ -1,9 +1,9 @@ -<html>
- <head>
- <title> Index Page </title>
- </head>
- <body>
- <h1> Index Page </h1>
- <p> Test Text </p>
- </body>
-</html>
+<html> + <head> + <title> Index Page </title> + </head> + <body> + <h1> Index Page </h1> + <p> Test Text </p> + </body> +</html> |