diff --git a/public/Pictures/netwheel.gif b/public/Pictures/netwheel.gif
new file mode 100644
index 0000000..5831c8d
Binary files /dev/null and b/public/Pictures/netwheel.gif differ
diff --git a/templates/layouts/swagg.html.ep b/templates/layouts/swagg.html.ep
index f3e181c..b10f242 100644
--- a/templates/layouts/swagg.html.ep
+++ b/templates/layouts/swagg.html.ep
@@ -54,15 +54,43 @@
@@ -70,13 +98,26 @@
diff --git a/templates/portal.html.ep b/templates/portal.html.ep
new file mode 100644
index 0000000..e1b1fc3
--- /dev/null
+++ b/templates/portal.html.ep
@@ -0,0 +1,28 @@
+% title 'Web Portal';
+% layout 'swagg';
+
+
Web Portal
+
+
+ +--------------------------+
+
+
+
Search the Web
+
+
+
+
+ +--------------------------+
+
+
+
Local Weather
+
+
+
+
+
diff --git a/www-swagg.pl b/www-swagg.pl
index ec43228..9e44e29 100755
--- a/www-swagg.pl
+++ b/www-swagg.pl
@@ -92,7 +92,7 @@ get '/ula6' => sub {
};
# Default route
-get '/:route' => [route => [qw{die me news}]] => sub {
+get '/:route' => [route => [qw{die me news portal}]] => sub {
my ($c) = @_;
$c->render(template => $c->stash('route'));