-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 823 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="app.js"></script>
<title>QuickAbdestClone</title>
</head>
<body>
<div class="mainsite">
<img alt="" src="assets/feelsbad.png"
style="height: 450px; width: 450px" id="img" onclick="abdest()"/>
<h2 id="txt" onclick="abdest()">Abset Al</h2>
<audio id="audio" src="assets/Aydinlamses.mp3"></audio>
</div>
<div class="son">
<p>fonksiyonel bir klonudur test için yapılmıştır</p>
<p id="ori">orijinal site:</p>
<a href="https://quickabdest.com/">quickabdest.com</a>
<p>by cannnAvar</p>
</div>
</body>
</html>