https://github.com/amanoteam/bsod
Windows-like BSoD page (with QR code support) for work in progress websites.
https://github.com/amanoteam/bsod
bsod javascript
Last synced: 5 months ago
JSON representation
Windows-like BSoD page (with QR code support) for work in progress websites.
- Host: GitHub
- URL: https://github.com/amanoteam/bsod
- Owner: AmanoTeam
- Created: 2019-12-29T01:47:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T21:28:00.000Z (over 3 years ago)
- Last Synced: 2025-04-02T17:39:07.911Z (6 months ago)
- Topics: bsod, javascript
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BSoD
This page were used during the rewrite of our website (https://amanoteam.com).It replicates Windows 10 Blue Screen of Death, as shown below:

# Features
- Highly customizable with CSS.
- Fully functional QR Code.
- Live percentage support (every 10 seconds).
- Lightweight page.# Setting up
To set up the page to suit your needs, just edit the index.html file.## Changing QR Code destination
Edit the `js/bsod.js` file and change the URL on the `text` key.## Using the live percentage feature
Edit the URL located near the bottom of the page.The URL must be:
- Returning a single digit (e.g: 80).
- At the same domain as the main page, or:
- With the `Access-Control-Allow-Origin` header set to `your_domain_name` or `*`.