index.html aktualisiert
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s

This commit is contained in:
pixeldev 2026-03-13 10:01:22 +00:00
parent 84b88468bd
commit 9520eb170f

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<title>Hello to the World</title>
<style>
body { margin: 0; background: #0d0d0d; color: #e0e0e0; font-family: 'Segoe UI', system-ui, sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; gap: 0.5rem; }
h1 { font-size: 2.5rem; color: #fff; }