diff --git a/web/index.php b/web/index.php index 9eef41a..890f4a5 100644 --- a/web/index.php +++ b/web/index.php @@ -170,24 +170,23 @@
Upload Image
-
-

-

-

ImageShare is a lightweight web app for uploading and sharing images using QR codes. See github.com/corbindavenport/imageshare for more information.

-

If you find ImageShare useful, please consider donating to support continued development!

-

cash.app/$corbdav | paypal.me/corbindav

-
+ ImageShare is moving to theimageshare.com. This site will not be accessible by November 2022. Please update your bookmarks now.

'.PHP_EOL; + } + ?> +
+

+

+

ImageShare is a lightweight web app for uploading and sharing images using QR codes. See github.com/corbindavenport/imageshare for more information.

+

If you find ImageShare useful, please consider donating to support continued development!

+

cash.app/$corbdav | paypal.me/corbindav

+
- alert("ImageShare is moving to theimageshare.com. The old site (theimageshare.com) will not be accessible by November 2022. Please update your bookmarks.\n\nYou will now be redirected to the new site.");window.location.href="http://theimageshare.com";'; - } - ?> - diff --git a/web/styles.css b/web/styles.css index ab1ea8c..182e093 100644 --- a/web/styles.css +++ b/web/styles.css @@ -100,6 +100,10 @@ input { max-height: 60vh; } +.qr-panel a { + outline: none; +} + /* Large screens */ @media screen and (min-width: 800px) {