-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<title>Tasbih_uz</title>
</head>
<body>
<div class="head">
<p class="creator">Created by Rasul Ismoilov </p>
<p class="creator">Tasbeeh-uz yaxshi kunlarga xizmat qilsin!</p><br>
<p class="creator"><strong>1.Subhanalloh</strong></p>
<p class="creator"><strong>2.Alhamdulillah</strong></p>
<p class="creator"><strong>3.Allohu Akbar</strong></p>
</div>
<div class="container">
<div class="head_bond"></div>
<div class="screen">
<p id="screenText" class="screen-text"></p>
<button id="refresh" class="refresher"><img src="images/refresh.svg" width="30" height="30" alt="refresh"></button>
<button id="adderButton" class="adder">+</button>
</div>
<div class="footer_bond"></div>
<a href="https://payme.uz/@rasuloff789/500000" class="buy-link">Xayriya uchun 😊 </a>
</div>
<script src="./main.js">
</script>
</body>
</html>