mirror of
https://github.com/shadoll/p9o.git
synced 2025-12-20 03:26:51 +00:00
- Created Ukrainian flag SVG file. - Developed index.html to include structure for language switching. - Implemented script.js for managing language phrases and automatic switching. - Styled the application with style.css for a cohesive design and responsive layout.
5 lines
228 B
XML
5 lines
228 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 6 4">
|
|
<rect width="6" height="4" fill="#8e001c"/>
|
|
<rect width="3" height="4" x="3" fill="#ffb300"/>
|
|
</svg> |