Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarrBN authored Aug 24, 2024
1 parent 1ec1b37 commit 0721738
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions foryou/index.html
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>

0 comments on commit 0721738

Please sign in to comment.