lint fixes

This commit is contained in:
Aidan 2025-01-05 16:04:26 -05:00
parent f73c04dd69
commit a36504e62c

View File

@ -1,5 +1,3 @@
import Image from "next/image";
export default function Home() {
return (
<div className="flex items-center justify-center min-h-screen bg-slate-900">
@ -12,7 +10,7 @@ export default function Home() {
If you have any questions, feel free to reach out to me at <a href="mailto:admin@p0ntus.com" className="text-blue-500">admin@p0ntus.com</a>
</p>
<p className="text-white mt-4">
This domain is not used at the moment, but will soon house something great. This page takes it's place while I work on it!
This domain is not used at the moment, but will soon house something great. This page takes it&apos;s place while I work on it!
</p>
</div>
</div>