Missing Image Resource (builder.png) on Web3Kit Website

On the Web3Kit website (https://www.web3kit.rocks/en), scrolling down the page triggers a missing resource error in the console. The site attempts to load an image from ArcBlock’s CDN (builder.png), but the file is not found.
Steps to Reproduce:
- Open https://www.web3kit.rocks/en.
- Scroll down until dynamic content loads.
- Open Developer Console (F12).
- Observe the following error:
javascript GET https://www.arcblock.io/static/ead0cabde7f2b7ff34db8f3e8ceca271/afc4b/builder.png 404
Expected Result: The image should load successfully without errors.
Actual Result:
The browser displays a 404 Not Found error for builder.png, leaving a broken image and console error.
Bug Description:
The website references a missing static asset (builder.png) hosted on ArcBlock’s domain. This results in a broken image placeholder and console error messages, which can negatively affect user experience, SEO, and perceived site reliability.
Severity Classification:
- Severity Level: 🟡 Low → Medium
- Broken image lowers trust and branding consistency.
- May hurt SEO rankings due to unresolved 404s
Suggested Fix:
- Upload and serve the missing
builder.pngfile to the ArcBlock CDN. - If the file is deprecated, remove the reference from the code.
- Implement fallback handling for missing assets (default placeholder).