add note and update some css
This commit is contained in:
parent
70bcd42acc
commit
b1819a71da
@ -37,13 +37,16 @@
|
|||||||
<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-2">
|
<h2 class="text-3xl font-bold text-white mb-1.5">
|
||||||
WIP Map Uploader
|
WIP Map Uploader
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="text-xl text-white mb-6">
|
<p class="text-lg text-white mb-1.5">
|
||||||
Max File Size: 100MB (Cloudflare Limit)
|
Max File Size: 100MB (Cloudflare Limit)
|
||||||
</p>
|
</p>
|
||||||
|
<p class="text-lg text-gray-400 mb-6">
|
||||||
|
Note: Files will be automatically deleted after 30 minutes
|
||||||
|
</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"])) {
|
||||||
|
Reference in New Issue
Block a user