-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (39 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="code by(Joshua O'Sullivan, Freddy Heppell, Edward Hails). Improve and build by: Hellvetica">
<meta name="description" content="This is a fanmade website, where the web is for playing with the Mixue mascot">
<meta name="keywords" content="MIXUE, Mascot, Pop Click, funny, play, ice cream, King snow">
<title>🍦 MIXUE POP 🍦</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css" media="all">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="textKepala">CLICK THE MASCOT</header>
<div class="judul">
<h1>MIXUE</h1>
<h1>ICE CREAM</h1>
</div>
<div class="mix" id="K">0</div>
<footer class="textKaki">
<a>❤ Made for MIXUE ❤</a><br>
<a class="button" href="#Menu1">SHOW MORE</a>
</footer>
<div id="Menu1" class="overlay">
<div class="popup">
<h2>Hello, I'm Hellv!👋</h2>
<div class="content">
<a>Thanks for playing with our app! We are still developing this, if there is input contact us. Thanks ❤</a><br>
<a class="button" href="https://s.id/mismiss" target="_blank"><i class="fa fa-money"></i> Support</a>
<a class="button1" href="https://s.id/1sLLB" target="_blank"><i class="fa fa-instagram"></i> Instagram</a>
<a class="button2" href="https://s.id/twtmss" target="_blank"><i class="fa fa-twitter"></i> Contact</a><br>
<a class="button3" href="#"><i class="fa fa-close"></i> Close</a>
</div>
</div>
</div>
<script src="style.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>