Adding the getTimes button

هذا الالتزام موجود في:
2025-08-19 00:33:30 +03:00
الأصل 43831eb01a
التزام f234eb7344
6 ملفات معدلة مع 27 إضافات و6 حذوفات

عرض الملف

@@ -8,13 +8,14 @@
<h1>Get Praying Times Anywhere </h1>
<div class="block">
<label class="city_label">Enter Your City Name</label>
<input class="city">
<input id="city">
</div>
<div class="block">
<label class="code_label">Enter The Country Code</label>
<input class="code">
<input id="code">
</div>
<div class="show">
<button id="getTimes">Get Times</button>
<h3>Here is the praying times of <span id="show_city"> </span>and </h3><span id="show_country"> </span>
</div>
</body>