Files
coolify-examples/static/index.html
2025-03-16 16:58:26 +01:00

20 lines
401 B
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>