-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (64 loc) · 2.33 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Agdasima&display=swap"
rel="stylesheet"
/>
<style>
*{
font-family: "Agdasima", sans-serif;
font-weight: 400;
font-style: normal;
}
</style>
<title>Webby 3D BOT</title>
</head>
<body class="bg-[#D4D4E4]">
<audio class="hidden" controls src="/audio.mp3" autoplay loop></audio>
<div class="grid grid-cols-1 md:grid-cols-2 h-screen">
<div class="flex justify-center items-center">
<div>
<h1 class="text-center text-5xl text-sky-600 font-bold">
Halo, Saya Webby-01
</h1>
<p
class="text-md font-bold indent-3 text-start pl-5 py-2 md:pl-24 text-gray-600 text-center"
>
🌟 Selamat datang di dunia inovasi dan teknologi! 🌟
Webby-01 siap membantu Anda menjelajahi keajaiban web dan teknologi.
Bersama-sama,
mari kita ciptakan solusi yang luar biasa dan menggugah imajinasi!
Apakah Anda siap untuk memulai petualangan teknologi yang menyenangkan? 💻✨
</p>
</div>
</div>
<div class="relative min-h-screen">
<!-- bot 1 -->
<!-- <iframe class="" src='https://my.spline.design/happyrobotbutton-501e2a9ad0be5fadf3f295f4805359c3/' frameborder='0' width='100%' height="100%"></iframe> -->
<!-- bot 2 -->
<iframe
src="https://my.spline.design/robottebarkodev01-e55f74234a6d00bca7162b4f81342b6a/"
frameborder="0"
width="100%"
height="100%"
></iframe>
<div class="absolute bottom-0 bg-[#D4D4E4] w-full h-20"></div>
</div>
</div>
<div
class="fixed bottom-0 left-0 right-0 bg-[#D4D4E4] text-black font-bold text-center py-2 text-sm"
>
Create with love ❤️ by mnfds
</div>
<script
type="module"
src="https://unpkg.com/@splinetool/viewer@1.9.35/build/spline-viewer.js"
></script>
</body>
</html>