Update index.html

This commit is contained in:
Andras Bacsai
2025-03-16 16:58:26 +01:00
committed by GitHub
parent 1473cf00ae
commit 9392152a7b

View File

@@ -1 +1,19 @@
Hello from index.html
<!DOCTYPE html>
<html>
<head>
<title>Laravel Meetup</title>
<style>
.center-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 48px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<div class="center-text">Huhh, működik!</div>
</body>
</html>