diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index d33fb295..a0b8d2c8 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -1,6 +1,31 @@ "; + function Index() { + print new View('welcome.html'); } -} \ No newline at end of file +} diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php new file mode 100644 index 00000000..9757f6d5 --- /dev/null +++ b/core/views/welcome.html.php @@ -0,0 +1,77 @@ + +
+
+ + This is + a scaffold: + a temporary structure built to support the developers as + they create the real product. +
+ ++ As we flesh out Gallery 3, we'll make it possible for you to + peer inside and see the application taking shape. + Eventually, this page will go away and you'll start in the + application itself. In the meantime, here are some useful + links to get you started. +
+ +