From e754feb4c8869eb80020df2427f32cf10bbd4183 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 9 Jun 2021 01:07:07 -0400 Subject: initial commit --- .gitignore | 1 + LICENSE | 21 +++++++++++++++++++++ src/404.html | 14 ++++++++++++++ src/css/guzzle.css | 4 ++++ src/favicon.ico | Bin 0 -> 15406 bytes src/index.html | 22 ++++++++++++++++++++++ 6 files changed, 62 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 src/404.html create mode 100644 src/css/guzzle.css create mode 100644 src/favicon.ico create mode 100644 src/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9b9cd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +push diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b38d4dc --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Seth Flynn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/src/404.html b/src/404.html new file mode 100644 index 0000000..724b78f --- /dev/null +++ b/src/404.html @@ -0,0 +1,14 @@ + + + + + + guzzle guzzle + + + + + +

uh that file isn't here. maybe try again? (404 error)

+ + diff --git a/src/css/guzzle.css b/src/css/guzzle.css new file mode 100644 index 0000000..52caac2 --- /dev/null +++ b/src/css/guzzle.css @@ -0,0 +1,4 @@ +body { + background-color: tan; + font-family: monospace; +} diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..4880f14 Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..5bde0b6 --- /dev/null +++ b/src/index.html @@ -0,0 +1,22 @@ + + + + + + guzzle guzzle + + + + + +
+

i'm not sure why i wasted my money on this...have fun i guess

+
+
+

servers currently running:

+ +
+ + -- cgit v1.2.3