apvh:now include css in the gen dir+version

This commit is contained in:
mikx
2026-01-05 20:13:06 -05:00
parent e6b38c9626
commit bd5c45923f
2 changed files with 61 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<head>
<meta charset="UTF-8">
<title>Apache VHost Generator</title>
<link rel="stylesheet" href="../../css/gen.css">
<link rel="stylesheet" href="gen.css">
</head>
<body>
@@ -40,7 +40,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<h1>Apache VHost Generator</h1>
<h2>Language: HTML / PHP</h2>
<h4>Developper: mikx</h4>
<h4>Sources: <a href="https://mxgit.ovh/mikx/MxGen/apvh">MxGit</a></h4>
<h4>Sources: <a href="https://mxgit.ovh/mikx/MxGen/src/branch/main/apvh">MxGit</a></h4>
<h5>Version: 0.1.0</h5>
</div>
<br><br>
<div class="container">