-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbutterfly_2.html
27 lines (27 loc) · 997 Bytes
/
butterfly_2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></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=Dancing+Script:wght@400..700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="butterfly_2.css" />
<title>Butterfly 2</title>
</head>
<body>
<!-- tiktok meowish -->
<!-- design inpired by K-T -->
<p class="text">butterfly for you</p>
<div id="jsi-butterfly-container" class="container"></div>
<script src="butterfly_2.js"></script>
</body>
</html>
<script>
setTimeout(() => {
window.location.href = 'gau.html';
}, 5000); // Chuyển sau 5 giây
</script>