mirror of
https://github.com/shadoll/p9o.git
synced 2026-08-28 03:27:37 +00:00
Add multilingual support with Ukrainian flag and phrases
- 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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="533" viewBox="0 0 1200 800">
|
||||
<rect width="1200" height="400" fill="#0057B7"/>
|
||||
<rect width="1200" height="400" y="400" fill="#FFD700"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 245 B |
Reference in New Issue
Block a user