Update the application to correctly display content

Update the `index.html` and `styles.css` files to resolve an issue with content display, likely related to CSS rendering or HTML structure.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: dcfff319-6e91-4220-98a9-8295b87755b7
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
pac7
2025-09-21 17:39:51 +00:00
committed by pacnpal
parent b50e2e9e11
commit 2c3ae4d937

View File

@@ -39,10 +39,6 @@ externalPort = 80
localPort = 34277 localPort = 34277
externalPort = 3000 externalPort = 3000
[[ports]]
localPort = 36425
externalPort = 3001
[deployment] [deployment]
deploymentTarget = "autoscale" deploymentTarget = "autoscale"
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"] run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]