From ce0327e7efa471bf15d63c3f570fb63e2130080a Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Thu, 2 Jan 2020 12:33:49 +0100 Subject: [PATCH] Initial commit of various files --- README.md | 9 +++++++++ admin.php | 1 + default.html | 10 ++++++++++ icon.png | Bin 0 -> 268 bytes strassenkind.php | 1 + stylesheet.css | 3 +++ 6 files changed, 24 insertions(+) create mode 100644 README.md create mode 100644 admin.php create mode 100644 default.html create mode 100644 icon.png create mode 100644 strassenkind.php create mode 100644 stylesheet.css diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a9d15f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Git based automatic web deployment system +This repository will be automagically pulled by the web server each time something is pushed by a user. The following files and directories are linked to areas where they can be accessed by the web server: + * `index.html` → `*/common/index.html` (the website as seen by the majority of the users, maybe a login page?) + * `icon.png` → `*/common/icon.png` (self-explanatory) + * `stylesheet.css` → `*/common/stylesheet.css` (self-explanatory) + * `content/` → `*/common/content/` (everything else acessible by the web server) + * `default.html` → `lostcave.ddnss.de/index.html` (http redirect) + * `admin.php` → `admin.strassenkind.ip/index.php` (future management page, maybe for services, available sites, users, etc?) + * `strassenkind.php` `strassenkind.ip/index.php` (future status page) diff --git a/admin.php b/admin.php new file mode 100644 index 0000000..766fd9f --- /dev/null +++ b/admin.php @@ -0,0 +1 @@ + diff --git a/default.html b/default.html new file mode 100644 index 0000000..c64b5f5 --- /dev/null +++ b/default.html @@ -0,0 +1,10 @@ + + + + + + +

Yor browser seems to not support redirects.
+ Please klick the following link to continue: Go to home page...

+ + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7940b95401a69d1b6fcb5ab2a4edfc6158e5ac10 GIT binary patch literal 268 zcmV+n0rUQeP)m_OCJivq87PMk=m`ToWGnDA6Cz^f{V?;PT@W7`M8-e+ zN{`PKwuLo>*eMn0XEg^jW}>_ge9NVC2DW6oAoeS`CS)z0%(VrX0Ir>W(~!_r_0Vvn zI_fkqj`qP@u=I4 diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..90b512c --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,3 @@ +/* +Well yes but actually no. +*/