commit 62f3f9247f86d99febb7965614c68bcb94f2446b Author: lickthecheese Date: Sun May 31 19:06:17 2020 -0400 image viewer php diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..345d40f --- /dev/null +++ b/assets/style.css @@ -0,0 +1,49 @@ + +body { +background: black; +font-family: monospace; +color: #aea; +} + +.preview, .box { +border: 1px solid #aea; +padding: 10px; +border-radius: 10px; +margin-top: 5px; +} + +.wrapper { +width: 700px; +margin: 0 auto; +} + +a { +text-decoration: none; +color: #aea; +} + +a:hover { +text-decoration: underline; +} + + +code, kbd, pre { +background: #333; +color: #aea; +} + +pre { +padding: 10px; +border-radius: 2px; +border: 1px solid #aea; +} + + +@media screen and (max-width:700px) { +.wrapper { +width: 100%; +} +} + + + diff --git a/index.php b/index.php new file mode 100644 index 0000000..297e588 --- /dev/null +++ b/index.php @@ -0,0 +1,34 @@ + + + +

LickStock

+lmao making my own stock photos to pay for a vps +
+ + + + +
+ + +

#

+ + + +
+ + + +