forked from smileware/kewpie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaward.html
More file actions
49 lines (46 loc) · 1.95 KB
/
award.html
File metadata and controls
49 lines (46 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./img/fav.jpg" type="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kewpie Much & More เพราะคิวพีเป็นได้มากกว่าน้ำสลัด</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./animate.css">
</head>
<body class="page page-award">
<div class="wrapper" >
<img src="./img/logo.png" class="logo animate__animated animate__bounceIn" />
<img src="./img/text-8.png" class="img-text animate__animated animate__bounceIn" />
<div class="inner">
<div>
<a onclick="window.open('https://bit.ly/4dZH9i8', '_blank');goToNextPage();">
<img src="./img/shop-icon.png" class="icon wiggle-animation" />
<img src="./img/shop.png" class="btn" style="height: 30px" />
</a>
</div>
<div>
<a onclick="window.open('https://bit.ly/4dZH9i8', '_blank');goToNextPage();">
<img src="./img/activity-icon.png" class="icon wiggle-animation" />
<img src="./img/activity.png" class="btn" style="height: 32px" />
</a>
</div>
<div>
<a onclick="window.open('https://bit.ly/4dZH9i8', '_blank');goToNextPage();">
<img src="./img/recipe-icon.png" class="icon wiggle-animation" />
<img src="./img/recipe.png" class="btn" style="height: 32px" />
</a>
</div>
</div>
<!-- <button class="btn-submit" onclick="goToNextPage()">
<img src="./img/next-btn.png" />
</button> -->
</div>
</body>
<img src="./img/end-table.png" class="bg-sink" />
<script>
function goToNextPage() {
window.location.href = 'thankyou.html';
}
</script>
</html>