changing title

This commit is contained in:
2022-08-21 15:30:53 +01:00
parent 3d11fbb146
commit f37c09cc2c

View File

@ -4,7 +4,7 @@ import Navbar from '../components/Navbar.astro';
--- ---
<html> <html>
<head> <head>
<title>My Homepage</title> <title>John Costa</title>
</head> </head>
<body class="w-full flex flex-col items-center bg-polar-night-400"> <body class="w-full flex flex-col items-center bg-polar-night-400">
<Navbar /> <Navbar />