summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 0c87fa7..e34b0b4 100644
--- a/index.php
+++ b/index.php
@@ -29,6 +29,10 @@ switch (strtolower($_GET[page])) {
require("pages/test.php");
break;
+ case "embed":
+ require("pages/embed.php");
+ break;
+
case "about":
require("pages/about.php");
break;