الملفات
paryingApi/index.html

23 أسطر
655 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Praying Times </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Get Praying Times Anywhere </h1>
<div class="block">
<label class="city_label">Enter Your City Name</label>
<input id="city">
</div>
<div class="block">
<label class="code_label">Enter The Country Code</label>
<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>
<script src="app.js"></script>
</html>