From 90777c1878e89725e7f5f02bc1adfce1c653f527 Mon Sep 17 00:00:00 2001 From: Jade Levesque Date: Thu, 21 Dec 2017 01:13:31 -0600 Subject: [PATCH] New domain, templates for HTML --- files/beam.php => beam.php | 45 +++------------------------ files/nerd.html | 56 ---------------------------------- footer.html | 12 ++++++++ header.html | 34 +++++++++++++++++++++ files/index.html => index.html | 0 index.php | 15 +++++++++ 6 files changed, 66 insertions(+), 96 deletions(-) rename files/beam.php => beam.php (65%) delete mode 100644 files/nerd.html create mode 100644 footer.html create mode 100644 header.html rename files/index.html => index.html (100%) create mode 100644 index.php diff --git a/files/beam.php b/beam.php similarity index 65% rename from files/beam.php rename to beam.php index 8b0a512..eb33268 100755 --- a/files/beam.php +++ b/beam.php @@ -1,41 +1,8 @@ - - - - - - - - - - - - -
- -
-

ihatemazes

-
-
- - -
-

naia

-
-
- - -
-

image-file_upload

-
-
-
- -
- - "; + if (empty($_POST["desired_filename"])) { $file_name = $_FILES["fileToUpload"]["name"]; @@ -111,8 +78,6 @@ else { } } -?> +include("footer.html"); -
- - +?> diff --git a/files/nerd.html b/files/nerd.html deleted file mode 100644 index 9eaa4fb..0000000 --- a/files/nerd.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - -INSERT URANIUM - - - - -
- -
-

ihatemazes

-
-
- - -
-

naia

-
-
- - -
-

insert-coin

-
-
-
- -
-
- -
- - - - -
- - -

No data will be recorded on who inserts what coin-- all I'll get is a timestamp.

-

--> normie edition <--

-

source juice

-
- - - diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..135b61c --- /dev/null +++ b/footer.html @@ -0,0 +1,12 @@ +
+
+ No data will be recorded on who inserts what coin-- all I'll get is a timestamp. +
+ +

+ source juice +

+
+ + + diff --git a/header.html b/header.html new file mode 100644 index 0000000..7a786cf --- /dev/null +++ b/header.html @@ -0,0 +1,34 @@ + + + + + + + + + + +SHRED COIN + + + +
+ +
+

ihatemazes

+
+
+ + +
+

naia

+
+
+ + +
+

image-file_upload

+
+
+
diff --git a/files/index.html b/index.html similarity index 100% rename from files/index.html rename to index.html diff --git a/index.php b/index.php new file mode 100644 index 0000000..71592e0 --- /dev/null +++ b/index.php @@ -0,0 +1,15 @@ + + +
+
+

+ +

+ + +
+ + + +