We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb46189 commit 81afa58Copy full SHA for 81afa58
index.html
@@ -132,6 +132,8 @@
132
<div id="donateLabel" style="font-size: 16px; color: red;">ساهم في التطوير</div>
133
<div style="position: absolute; top: 10px; left: 10px;">
134
<img src="Tlogo.png" alt="Language" style="height: 40px;">
135
+ <br> <!-- Line break to ensure the new image is below the first one -->
136
+ <img src="main/Language.PNG" alt="Language Selection" style="height: 40px;"> <!-- Add the new image -->
137
<select id="languageSelect" style="margin-left: 10px;">
138
<option value="ar">العربية</option>
139
<option value="en">English</option>
0 commit comments