diff --git a/codeigniter/application/index.html b/codeigniter/application/index.html
index b702fbc..7fc12fd 100644
--- a/codeigniter/application/index.html
+++ b/codeigniter/application/index.html
@@ -1,11 +1,11 @@
 <!DOCTYPE html>
 <html>
-<head>
-	<title>403 Forbidden</title>
-</head>
-<body>
+  <head>
+    <title>403 Forbidden</title>
+  </head>
+  <body>
 
-<p>Directory access is forbidden.</p>
+    <p>Directory access is forbidden.</p>
 
-</body>
+  </body>
 </html>