Changeset 9b851e7 in Klonkt for src/server.js
- Timestamp:
- 06/23/2026 03:45:10 PM (3 months ago)
- Branches:
- main
- Children:
- 5416101
- Parents:
- cb01666
- File:
-
- 1 edited
-
src/server.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rcb01666 r9b851e7 338 338 // content there with a forgiving content-type since modern browsers accept it. 339 339 function _renderFavicon(res, accent) { 340 const safeAccent = /^#[0-9a-fA-F]{3,8}$/.test(accent) ? accent : '# c2410c';340 const safeAccent = /^#[0-9a-fA-F]{3,8}$/.test(accent) ? accent : '#e8b04b'; 341 341 // Site mark: rounded square in the site accent + bold white 'K' (Klonkt) 342 342 const svg = `<?xml version="1.0" encoding="UTF-8"?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)