server-configuration/services/ferron/wwwroot/index.html
mtgmonkey f7d48d286a init
2025-06-08 13:11:14 +00:00

36 lines
1.5 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<title>Ferron is installed successfully! 🥳</title>
</head>
<body>
<header>
<span class="logo"></span>
<h1>Ferron is installed successfully! 🥳</h1>
</header>
<section class="column">
<h2>If you're just visiting this website</h2>
<p>Thank you for visiting my website! It is not running yet. Contact me on Matrix @mtgmonkey:calitabby.net for a shoutout!</p>
<p><strong>Ferron probably has nothing to do with this website or its content, it just provides the
software for the website to run.</strong> If you have issues with this website, contact the
administrator of the website, not Ferron.</p>
</section>
<section class="column">
<h2>If you're an administrator of this website</h2>
<p>This page means that the web server's installation is successful. You can now add contents of the website to
the webroot directory (<i>/var/www/ferron</i> if installed using Ferron installer for GNU/Linux or via
Docker, or <i>%SystemDrive%\ferron\wwwroot</i> if installed using Ferron installer for Windows).</p>
<p>You can configure your web server according to <a href="https://www.ferronweb.org/docs">Ferron's
documentation.</a></p>
<p><strong>Thank you for installing Ferron!</strong></p>
</section>
<div class="clearfix"></div>
</body>
</html>