add upload size limit notification

This commit is contained in:
Lee 2023-04-15 18:40:52 +01:00
parent 5d35694d93
commit 86c19ac386

@ -37,9 +37,13 @@
<div class="flex items-center justify-center h-screen bg-gray-900"> <div class="flex items-center justify-center h-screen bg-gray-900">
<div class="w-1/2"> <div class="w-1/2">
<div class="bg-gray-800 rounded-lg shadow-xl p-10"> <div class="bg-gray-800 rounded-lg shadow-xl p-10">
<h2 class="text-4xl font-bold text-white mb-10"> <h2 class="text-4xl font-bold text-white mb-2">
WIP Map Uploader WIP Map Uploader
</h2> </h2>
<p class="text-xl text-white mb-6">
Max File Size: 100MB (Cloudflare Limit)
</p>
<?php <?php
// if the map parameter is set, display the map // if the map parameter is set, display the map
if (isset($_GET["map"])) { if (isset($_GET["map"])) {