-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<!-- Credit By Feeldream--> | ||
<!-- Recode By AmmarBN --> | ||
|
||
<html><meta charset='UTF-8'/><meta content='width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=5' name='viewport'/><meta content='IE=edge' http-equiv='X-UA-Compatible'/> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.all.min.js"></script> | ||
<script src="https://unpkg.com/typeit@8.7.0/dist/index.umd.js"></script><link href="https://htmlku.com/kamutau/play/style.css" rel="stylesheet" type="text/css" /> | ||
|
||
<head> | ||
<title>Script HTML Dari Aku Untukmu - feeldream</title> | ||
</head> | ||
<body> | ||
|
||
<div id="bodyblur"> | ||
<!-- Wallpaper / Background --><img src="https://telegra.ph/file/92ef76067cd94493745b1.jpg" id="wallpaper"/> | ||
</div> | ||
|
||
<div class="kumpulanstiker"> | ||
<!-- Stiker untuk Konten --> | ||
<img src="https://feeldreams.github.io/pandapanah.gif" id="stiker1"/> | ||
<img src="https://feeldreams.github.io/cilukba.gif" id="stiker2"/> | ||
<img src="https://feeldreams.github.io/mikir.gif" id="stiker3"/> | ||
<img src="https://feeldreams.github.io/pusn.gif" id="stiker4"/> | ||
<img src="https://feeldreams.github.io/weee.gif" id="stiker5"/> | ||
</div> | ||
|
||
<div id='Content'> | ||
|
||
<div id="suratin" onClick="memulai();audio.play();"> | ||
<!-- Surat --><img src="https://rayyscoding.github.io/envelope.png"/> | ||
</div> | ||
<p id="ket">Klik Suratnya!</p> | ||
|
||
<div> | ||
<!-- Foto Akhir --> | ||
<img src="https://feeldreams.github.io/gumush.gif" id="fotoakhir" /> | ||
<img src="https://feeldreams.github.io/emawh.gif" id="fotoakhir2" /> | ||
</div> | ||
<div><blockquote id='bq'> | ||
<p id="kalimat"></p> | ||
<p id="kalimatc"></p> | ||
</blockquote></div> | ||
|
||
<!-- Tombol Kirim Pesan --> | ||
<div id="Tombol"> | ||
<a onClick="sjawab()"> | ||
<b>π Balas</b> | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
<script src="https://htmlku.com/kamutau/play/script.js"></script> | ||
<script src="https://htmlku.com/script.js"></script> | ||
|
||
<!-- Ganti KataΒ², Foto, Lagu di bawah ya | ||
1) Upload foto ke https://postimages.org | ||
buat dapetin linknya | ||
2) Ganti Lagu Upload ke replit.com | ||
atau bisa juga ke mailboxdrive.com --> | ||
|
||
<script type="text/javascript"> | ||
async function pertama(){ | ||
audio = new Audio('https://feeldreams.github.io/audio/angelbaby.mp3');showDiv(); | ||
} pertama(); | ||
|
||
|
||
async function pesan(){ | ||
await swalst.fire({ | ||
title: 'Alooo Kamuu! π', | ||
imageUrl: '' + stiker1.src, | ||
}); | ||
await swalst.fire({ | ||
title: 'Kamu Tau Ngga? π«£', | ||
imageUrl: '' + stiker2.src, | ||
}); | ||
await swalst.fire({ | ||
title: 'Bedanya Helm Sama <br>Kamu Itu Apa? π', | ||
imageUrl: '' + stiker3.src, | ||
}); | ||
await swalst.fire({ | ||
title: 'Kalo Helm Itu<br>buat Kepala...', | ||
imageUrl: '' + stiker4.src, | ||
}); | ||
await swalst.fire({ | ||
title: 'Kalo Kamu buat<br>Aku Aja! ππ₯°π', | ||
imageUrl: '' + stiker5.src, | ||
}); | ||
|
||
katangetik = "<b class='putih merah fontalt'>Awkwkwk π</b><br><br><b>Terakhir deh,<br>Mie Mie Apa yang Ngangenin? π«£<br>-<br>Miekirin Cewe Aku yang<br>Cantik ini dongggg π<br>-<br>Ada Gula Ada Semut <br>Sendok Nyam Nyam ππ</b>"; | ||
|
||
setTimeout(kpemb,200); | ||
} | ||
</script> | ||
</body> | ||
</html> |