diff --git a/crjnew/css/gen.css b/crjnew/css/gen.css new file mode 100644 index 0000000..ec8ac32 --- /dev/null +++ b/crjnew/css/gen.css @@ -0,0 +1,91 @@ +a { + color: #96afffff; + text-decoration: none; +} + +:root { + --bg: #0f172a; + --card: #1e293b; + --accent: #38bdf8; + --text: #f8fafc; + --input: #334155; +} + +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: var(--bg); + color: var(--text); + display: flex; + justify-content: center; + padding: 40px 20px; +} + +.container { + background-color: var(--card); + padding: 2rem; + border-radius: 12px; + box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5); + max-width: 600px; + width: 100%; +} + +h2 { + color: var(--accent); + margin-top: 0; +} + +.grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 15px; + margin-bottom: 20px; +} + +label { + display: block; + font-size: 0.85rem; + margin-bottom: 5px; + color: #94a3b8; +} + +select, +input { + width: 100%; + padding: 10px; + background: var(--input); + border: 1px solid #475569; + color: white; + border-radius: 6px; + outline: none; +} + +.output-box { + background: #000; + padding: 15px; + border-left: 4px solid var(--accent); + font-family: 'Courier New', monospace; + margin-top: 20px; + position: relative; +} + +button { + background-color: var(--accent); + color: #0f172a; + border: none; + padding: 12px 20px; + border-radius: 6px; + font-weight: bold; + cursor: pointer; + width: 100%; + transition: opacity 0.2s; +} + +button:hover { + opacity: 0.9; +} + +.hint { + font-size: 0.75rem; + color: #64748b; + margin-top: 5px; +} \ No newline at end of file diff --git a/crjnew/css/index.html b/crjnew/css/index.html new file mode 100644 index 0000000..e69de29 diff --git a/crjnew/img/index.html b/crjnew/img/index.html new file mode 100644 index 0000000..e69de29 diff --git a/crjnew/index.php b/crjnew/index.php new file mode 100644 index 0000000..189a436 --- /dev/null +++ b/crjnew/index.php @@ -0,0 +1,92 @@ + + + + + + PHP Cron Generator + + + + +
+
Back to Gen. List
+

Cron Job Generator

+

Language: HTML / PHP

+

Developper: mikx

+

Sources: MxGit

+
Version: 0.1.0
+
+

+
+

Cron Job Generator

+
+
+
+ + +
0-59 or *
+
+
+ + +
0-23 or *
+
+
+ + +
1-31 or *
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ + "; + echo "Result:

"; + echo "" . htmlspecialchars($cron_string) . ""; + echo "
"; + } + ?> + + + + \ No newline at end of file diff --git a/crjnew/lib/index.html b/crjnew/lib/index.html new file mode 100644 index 0000000..e69de29