This commit is contained in:
2025-06-30 21:37:02 +01:00
parent b8518358b5
commit 8561b23844

View File

@ -5,6 +5,6 @@
</script> </script>
<form method="POST"> <form method="POST">
<h1>Latest Follower</h1> <h1 class="text-5xl">Latest Follower</h1>
<p>{$value}</p> <p class="text-4xl">{$value}</p>
</form> </form>