diff --git a/guestbook/guestbook.css b/guestbook.css similarity index 100% rename from guestbook/guestbook.css rename to guestbook.css diff --git a/guestbook/index.html b/guestbook/index.html deleted file mode 100644 index 940b381..0000000 --- a/guestbook/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - My Cool Guestbook! - - - - - -
-

Guestbook

-

This is a guestbook, made by fbievan

-
- -
-
- - - -
- "; - foreach($data as $post) { - echo '
'; - echo "

"; - echo $post["name"] . "
"; - echo "

"; - echo '

'; - echo $post["date"] . "
"; - echo "

"; - echo "

"; - echo $post["message"] . "
"; - echo "

"; - echo "
"; - } - echo ""; - - ?> -
- - - diff --git a/index.html b/index.html index 81138a4..940b381 100644 --- a/index.html +++ b/index.html @@ -2,42 +2,47 @@ - - - + My Cool Guestbook! + + - -

Fbi's Epic Blog

- -
-
-
- -

post 1

-
- This is my blog.. -
-
- -

post 2

-
- This is cool -
-
- -

post 3

-
- This is amazing -
-
-

thank

-
+
+

Guestbook

+

This is a guestbook, made by fbievan

+
+ +
+
+ + + +
+ "; + foreach($data as $post) { + echo '
'; + echo "

"; + echo $post["name"] . "
"; + echo "

"; + echo '

'; + echo $post["date"] . "
"; + echo "

"; + echo "

"; + echo $post["message"] . "
"; + echo "

"; + echo "
"; + } + echo ""; + + ?>
+ diff --git a/guestbook/index.xml b/index.xml similarity index 100% rename from guestbook/index.xml rename to index.xml diff --git a/guestbook/submit.php b/submit.php similarity index 100% rename from guestbook/submit.php rename to submit.php