mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 11:48:30 +00:00
- Added a favicon link to all tour pages in the Japanese documentation. - Updated navigation links to include SVG icons for Home and GitHub. - Changed language button to include an SVG icon for better visual representation. - Improved theme toggle button to use SVG icons for light and dark modes. - Refactored the documentation build commands in the justfile for clarity and consistency.
5 lines
280 B
XML
5 lines
280 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#4a9eff"/>
|
|
<text x="16" y="22" font-family="-apple-system,BlinkMacSystemFont,sans-serif" font-size="18" font-weight="bold" text-anchor="middle" fill="white">D</text>
|
|
</svg>
|