--- a/index.php +++ b/index.php @@ -1,96 +1,36 @@ + - - - - - - - - +includeHeader("title"); +?> +
+
+
+ +
+

Hello, world!

- Starter Template for Bootstrap +

This is a template for a simple marketing or informational website. It includes a large callout called a + jumbotron and three supporting pieces of content. Use it as a starting point to create something more + unique.

- - - +

Learn more »

- +
+
+
+ query("Select service_name from dcaas_services;") as $row) { + foreach (explode(" ", $row[0]) as $word) { + $cloud->addTag($word); + } + } + $cloud->setMinLength(4); + echo $cloud->render(); + echo "
"; + includeFooter(); + ?> - - - - - - - - - - - -
- -
-
-
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

- - \n"; -} else { -echo " \n"; - } - $row++; -} - fclose($handle); -} -?> -
".implode($data,"")."
".implode($data,"")."
-
- -
- - - - - - - - - - - -