Create index.html

Provide a helpful message for those trying to "run" the project "out of the box".
This commit is contained in:
Instructor, Computer Systems Technology 2016-06-25 14:49:04 -07:00 committed by GitHub
parent fc44ee6523
commit 8296832a38

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>CodeIgniter 4 ... almost!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>If you see this message, you have not configured your web server properly.</p>
<p>You need to set your "document root" to the <code>public</code> folder
inside your project. This could be your default setting, or that of
a virtual host, depending on how you set up your local development
environment.</p>
</body>
</html>