diff options
Diffstat (limited to 'application/views/welcome_message.php')
-rw-r--r-- | application/views/welcome_message.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index b66fb3f28..ca68fc101 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -1,6 +1,8 @@ -<html> +<!DOCTYPE html> +<html lang="en"> <head> -<title>Welcome to CodeIgniter</title> + <meta charset="utf-8"> + <title>Welcome to CodeIgniter</title> <style type="text/css"> |