-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 3.26 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
<!DOCTYPE html>
<html>
<head>
<title>RealFF</title>
<link rel="icon" type="image/png" href="https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/8c/83/d0/8c83d0a5-48ea-425f-3687-94606ef6b2fb/AppIcon-1637939664-1x_U007emarketing-0-7-0-85-220.png/217x0w.png" />
<link rel="shortcut icon" href="https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/8c/83/d0/8c83d0a5-48ea-425f-3687-94606ef6b2fb/AppIcon-1637939664-1x_U007emarketing-0-7-0-85-220.png/217x0w.png" />
<link rel="apple-touch-icon-precomposed" href="https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/8c/83/d0/8c83d0a5-48ea-425f-3687-94606ef6b2fb/AppIcon-1637939664-1x_U007emarketing-0-7-0-85-220.png/217x0w.png" />
<link rel="stylesheet" href="./data/gameassetbundles/css/global-style-sheet.css">
<link rel="stylesheet" href="./data/gameassetbundles/css/init.css">
<link rel="stylesheet" href="./data/gameassetbundles/css/static-anm.css">
<link rel="stylesheet" href="./data/gameassetbundles/css/main.css">
<link rel="stylesheet" href="./data/gameassetbundles/css/fake-load.css">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, maximum-scale=0.5, minimum-scale=0, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Free Fire" />
<meta name="format-detection" content="telephone=no" />
</head>
<body>
<div class="starting-screen">
<div class="overlay garenalogo-overlay" onclick="fullScr()"></div>
<div class="garenalogo"></div>
<div class="fflogo"></div>
</div>
<div class="loadingscr">
<div class="load-bar">
<div class="load-bg"></div>
<div class="fake-load-progress"></div>
</div>
<div class="loading-label">LOADING...</div>
<div class="overlay login-scr-small-trans-overlay"></div>
</div>
<div class="login-scr" onmouseover="playBgm()">
<button class="button" id="loginBttn" onclick="tryingLol()">KHÁCH</button>
<div class="ver-container">
<div id="version">Đang tải...</div>
</div>
<div class="fflogo"></div>
<a class="outlink-container" target="_blank" href="/">
<div class="outlink">Về trang chủ thôi nào</div>
<div class="go-triangle">▶▶</div>
</a>
<div class="ver-container movflw-container" style="background: transparent; top: unset; bottom: 15px; overflow: hidden; width: 500px;">
<div id="version" class="movflw" style="text-shadow: 1px 1px 0 black;">DISCLAIMER: THIS PAGE WAS MADE AS A PERSONAL EDUCATIONAL PROJECT. This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. This page is a personal project made in connection with an educational exercise.</div>
</div>
</div>
<script src="./data/gameassetbundles/js/overscroll.js"></script>
<script src="./data/gameassetbundles/js/init.js"></script>
<script src="./data/gameassetbundles/js/main.js"></script>
</body>
</html>