A beautiful, minimal, dependency-free Coming Soon page.
Repository links:
src/index.html directly in a browser, or run a quick server:python3 -m http.server 8080 -d src
# Visit http://localhost:8080
# Build
docker build -t coming-soon .
# Run
docker run --rm -p 8080:80 coming-soon
# Visit http://localhost:8080
Or use the published image:
docker run --rm -p 8080:80 betterweb/simple-coming-soon-site:latest
Dockerfile at the repo rootThe included nginx.conf enables gzip, immutable caching for assets (and no-cache for HTML), and security headers by default.
src/index.html (.hero-title, .hero-sub, footer attribution)src/styles.css (colors, spacing, typography)src/script.js
window.location.hostnamestringToHsl)src/
index.html # Markup
styles.css # Styles (no external dependencies)
script.js # Small progressive enhancement for branding/accent
Dockerfile # Nginx Alpine image serving from /usr/share/nginx/html
nginx.conf # Gzip, caching, security headers
This repo can build and publish the Docker image to Docker Hub (betterweb/simple-coming-soon-site). See the GitHub Actions workflows in .github/workflows/.
Licensed under the AGPL-3.0-only. See LICENSE for the full text.
Content type
Image
Digest
sha256:6ac88108f…
Size
20 MB
Last updated
about 1 year ago
docker pull betterweb/simple-coming-soon-site