Change greeting from 'World' to 'Sander'

This commit is contained in:
Sander Hautvast 2026-03-20 10:35:01 +01:00 committed by GitHub
parent bfd0632f80
commit ca717ba0bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
</head> </head>
<body> <body>
<div class="card"> <div class="card">
<h1>Hello, World!</h1> <h1>Hello, Sander!</h1>
<p>Test application for Hostityourself</p> <p>Test application for Hostityourself</p>
</div> </div>
</body> </body>