add note and update some css

This commit is contained in:
Lee 2023-04-15 18:45:23 +01:00
parent 70bcd42acc
commit b1819a71da

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