mirror of
https://github.com/shadoll/p9o.git
synced 2025-12-20 04:27: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.
7 lines
300 B
XML
7 lines
300 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="533" viewBox="0 0 900 600">
|
|
<rect width="300" height="600" fill="#002654"/>
|
|
<rect width="300" height="600" x="300" fill="#FFFFFF"/>
|
|
<rect width="300" height="600" x="600" fill="#ED2939"/>
|
|
</svg>
|