Commit graph

4 commits

Author SHA1 Message Date
f1b9838680
fix(html): correct bootstrap script URL paths
Updated the script URLs for Bootstrap in multiple HTML files to ensure consistency and proper loading from the correct paths. This change resolves issues with script loading errors due to the incorrect CDN paths previously used.
2024-08-07 10:03:17 +02:00
f1955ab3b6
feat(UI): Add custom favicon to all HTML pages
- Added a custom favicon (duckcash-duck.png) link to 404.html, index.html, and unavailable.html for a consistent brand presence across the site.
- Improved readability of HTML code formatting in index.html pricing section.

Enhances visual branding and ensures a cohesive user experience.
2024-08-05 20:27:06 +02:00
cbd1ff0fea
chore: switch to private CDN for external assets
Updated links to use private CDN for Google Fonts, Font Awesome, and Bootstrap across various HTML files. This change improves control over asset delivery and reduces reliance on public CDNs, enhancing privacy and potentially improving load times.
2024-08-05 20:21:27 +02:00
c97eaf26ff
feat: add initial static website for Duck.cash
Introduced foundational static pages for the Duck.cash site, including homepage, 404 error page, and access-limited page. Implemented Bootstrap and custom styles for consistency and responsiveness. Added essential images and assets. Enhances user experience by ensuring clear navigation and presenting a professional interface.
2024-08-05 19:37:20 +02:00