diff --git a/about.php b/about.php
new file mode 100644
index 0000000..4d97bc2
--- /dev/null
+++ b/about.php
@@ -0,0 +1,2 @@
+
+
+
+
+
+
+
+ Demo
+
+
+
+
+
+
+
+
+
+
Now you are on the about page.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/contact.php b/contact.php
new file mode 100644
index 0000000..229a3aa
--- /dev/null
+++ b/contact.php
@@ -0,0 +1,2 @@
+
+
+
+
+
+
+
+ Demo
+
+
+
+
+
+
+
+
+
+
Now you are on the contact page.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.php b/index.php
index 81bc771..607fc7b 100644
--- a/index.php
+++ b/index.php
@@ -1,25 +1,2 @@
'Do Androids Dream of Electric Sheep',
- 'author' => 'Philip K. Dick',
- 'releaseYear' => 1968,
- 'purchaseUrl' =>'http://example.com'
- ],
- [
- 'name' => 'Projekt Hail Mary',
- 'author' => 'Andy Weir',
- 'releaseYear' => 2021,
- 'purchaseUrl' => 'http://example.com'
- ],
- [
- 'name' => 'The Martian',
- 'author' => 'Andy Weir',
- 'releaseYear' => 2011,
- 'purchaseUrl' => 'http://example.com'
- ]
- ];
- $filteredItems = array_filter($books, function($book) {
- return $book['author'] == 'Andy Weir';
- });
require "index.view.php";
\ No newline at end of file
diff --git a/index.view.php b/index.view.php
index 54aaa17..7427ad2 100644
--- a/index.view.php
+++ b/index.view.php
@@ -1,21 +1,157 @@
-
+
-
+
Demo
-
-
+
+
+
+
+
+
+
+
+
Hello and Welcome.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mission.php b/mission.php
new file mode 100644
index 0000000..36b9713
--- /dev/null
+++ b/mission.php
@@ -0,0 +1,2 @@
+
+
+
+
+
+
+
+ Demo
+
+
+
+
+
+
+
+
+
+
Now you are on the mission page.
+
+
+
+
+
+
+
+
\ No newline at end of file