Implements HTML, CSS (with theme toggle), and Font Awesome for a responsive landing page with a dark/light theme switch. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 55e82cb8-1efd-4207-b5ea-909ed5ea5072 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/384cba56-07d6-4b99-a92b-ff797264613a/9290aef4-4b5e-472a-b8fb-b13752924be3.jpg
29 lines
503 B
Plaintext
29 lines
503 B
Plaintext
modules = ["nodejs-20", "python-3.11"]
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "Portal Amixx Server"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Portal Amixx Server"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python3 -m http.server 5000"
|
|
waitForPort = 5000
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "python3 -m http.server 5000"]
|