diff --git a/threadr/board/board.php b/threadr/board/board.php new file mode 100644 index 0000000..d2a2f4d --- /dev/null +++ b/threadr/board/board.php @@ -0,0 +1,19 @@ + + + + +

+ %STYLESHEET% + + + + EPIC FEED

"; + ?> + + \ No newline at end of file diff --git a/threadr/board/default.php b/threadr/board/default.php new file mode 100644 index 0000000..d630d40 --- /dev/null +++ b/threadr/board/default.php @@ -0,0 +1,19 @@ + + + + +

+ %STYLESHEET% + + + + "; + ?> + + \ No newline at end of file diff --git a/threadr/board/index.php b/threadr/board/index.php index 1bd5958..f18518e 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -35,9 +35,10 @@ $id=$_GET['id'];
- "; - ?> + +
+
+
diff --git a/threadr/board/post.html b/threadr/board/post.php similarity index 74% rename from threadr/board/post.html rename to threadr/board/post.php index f9a9f90..641b169 100644 --- a/threadr/board/post.html +++ b/threadr/board/post.php @@ -1,3 +1,9 @@ + @@ -7,7 +13,7 @@
-
+
diff --git a/threadr/style.css b/threadr/style.css index ca1c941..026966a 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -316,4 +316,10 @@ div.form { background-color: #f3d2c1; padding: 14px 20px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); -} \ No newline at end of file +} + +iframe { + border: none; + margin: 0px; + width: 100%; +} \ No newline at end of file