I deleted the wrong period. :P

This commit is contained in:
2025-08-08 19:35:55 +00:00
parent e9ad7fbad7
commit 4e7f592d26

View File

@ -288,8 +288,8 @@ $phpver = phpversion();
<body>
<main>
<h1>LiteSpeed Server Appliance</h1>
<p>This is a placeholder site located at <code>/var/www/html/</code>.</p>
<p>PHP is working! You're running PHP <strong><?= htmlspecialchars($phpver) ?></strong></p>
<p>This is a placeholder site located at <code>/var/www/html/</code></p>
<p>PHP is working! You're running PHP <strong><?= htmlspecialchars($phpver) ?></strong>.</p>
<p>You can now deploy your application or configure your virtual host as needed.</p>
<p>An Open Source Appliance from <strong>Robbie Ferguson</strong>. <a href="https://baldnerd.com" target="_blank">https://baldnerd.com</a></p>
</main>