Update index.html
Browse files- index.html +3 -14
index.html
CHANGED
@@ -30,29 +30,18 @@
|
|
30 |
<input type="text" id="username-input" placeholder="أدخل اسم مستخدم تويتر" dir="ltr">
|
31 |
<div class="buttons-container">
|
32 |
<button class="twitter-btn" onclick="loadTwitterImage()">Twitter / X</button>
|
33 |
-
<button class="upload-btn" onclick="document.getElementById('file-input').click()"
|
34 |
<button class="download-btn" onclick="downloadImage('transparent')">تحميل الصورة الشفافة</button>
|
35 |
<button class="download-btn" onclick="downloadImage('circle')">تحميل الصورة الدائرية</button>
|
36 |
</div>
|
37 |
<div id="hashtag-options">
|
38 |
<label for="hashtag-select">اختر هاشتاج:</label>
|
39 |
<select id="hashtag-select" onchange="updateHashtag()">
|
40 |
-
<option value="">بدون هاشتاج</option>
|
41 |
<option value="#StandWithPalestine">#StandWithPalestine</option>
|
42 |
<option value="#FreePalestine">#FreePalestine</option>
|
43 |
-
<option value="#
|
44 |
<option value="#SavePalestine">#SavePalestine</option>
|
45 |
-
<option value="#
|
46 |
-
<option value="#StopTheWar">#StopTheWar</option>
|
47 |
-
<option value="#SupportGaza">#SupportGaza</option>
|
48 |
-
<option value="#Justice4Gaza">#Justice4Gaza</option>
|
49 |
-
<option value="#WeAreGaza">#WeAreGaza</option>
|
50 |
-
<option value="#SaveAlQuds">#SaveAlQuds</option>
|
51 |
-
<option value="#GazaUnderFire">#GazaUnderFire</option>
|
52 |
-
<option value="#القدس_لنا">#القدس_لنا</option>
|
53 |
-
<option value="#فلسطين_حرة">#فلسطين_حرة</option>
|
54 |
-
<option value="#أنا_مع_فلسطين">#أنا_مع_فلسطين</option>
|
55 |
-
<option value="#االنصر_لفلسطين">#النصر_لفلسطين</option>
|
56 |
</select>
|
57 |
</div>
|
58 |
<div id="loading">جاري تحميل الصورة...</div>
|
|
|
30 |
<input type="text" id="username-input" placeholder="أدخل اسم مستخدم تويتر" dir="ltr">
|
31 |
<div class="buttons-container">
|
32 |
<button class="twitter-btn" onclick="loadTwitterImage()">Twitter / X</button>
|
33 |
+
<button class="upload-btn" onclick="document.getElementById('file-input').click()">تحميل صورة</button>
|
34 |
<button class="download-btn" onclick="downloadImage('transparent')">تحميل الصورة الشفافة</button>
|
35 |
<button class="download-btn" onclick="downloadImage('circle')">تحميل الصورة الدائرية</button>
|
36 |
</div>
|
37 |
<div id="hashtag-options">
|
38 |
<label for="hashtag-select">اختر هاشتاج:</label>
|
39 |
<select id="hashtag-select" onchange="updateHashtag()">
|
|
|
40 |
<option value="#StandWithPalestine">#StandWithPalestine</option>
|
41 |
<option value="#FreePalestine">#FreePalestine</option>
|
42 |
+
<option value="#PalestineWillBeFree">#PalestineWillBeFree</option>
|
43 |
<option value="#SavePalestine">#SavePalestine</option>
|
44 |
+
<option value="#PalestineUnderAttack">#PalestineUnderAttack</option>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
</select>
|
46 |
</div>
|
47 |
<div id="loading">جاري تحميل الصورة...</div>
|