From bd5c45923f665c43fdebad943741fd521b91e35f Mon Sep 17 00:00:00 2001 From: mikx Date: Mon, 5 Jan 2026 20:13:06 -0500 Subject: [PATCH] apvh:now include css in the gen dir+version --- apvh/gen.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ apvh/index.php | 5 +++-- 2 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 apvh/gen.css diff --git a/apvh/gen.css b/apvh/gen.css new file mode 100644 index 0000000..19d3f7d --- /dev/null +++ b/apvh/gen.css @@ -0,0 +1,58 @@ +a { + color: #f2f2f2; + text-decoration: none; +} + +body { + font-family: sans-serif; + background: #121212; + color: #eee; + padding: 40px; +} + +.container { + max-width: 600px; + margin: auto; + background: #1e1e1e; + padding: 5px; + border-radius: 8px; +} + +input { + width: 100%; + padding: 10px; + margin: 10px 0; + border: 1px solid #333; + background: #2a2a2a; + color: white; + border-radius: 4px; + box-sizing: border-box; +} + +button { + background: #38bdf8; + color: #000; + border: none; + padding: 12px 20px; + border-radius: 4px; + cursor: pointer; + font-weight: bold; + width: 100%; +} + +textarea { + width: 100%; + height: 250px; + margin-top: 20px; + background: #000; + color: #0f0; + font-family: monospace; + padding: 15px; + border-radius: 4px; + box-sizing: border-box; +} + +label { + font-size: 0.9em; + color: #94a3b8; +} \ No newline at end of file diff --git a/apvh/index.php b/apvh/index.php index 9216522..9d6327d 100644 --- a/apvh/index.php +++ b/apvh/index.php @@ -32,7 +32,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { Apache VHost Generator - + @@ -40,7 +40,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {

Apache VHost Generator

Language: HTML / PHP

Developper: mikx

-

Sources: MxGit

+

Sources: MxGit

+
Version: 0.1.0