forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path191.html
More file actions
34 lines (31 loc) · 1.79 KB
/
191.html
File metadata and controls
34 lines (31 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<base href="https://cdn.jsdelivr.net/gh/genizy/fnaf@f9b32ba6486504f1f6a2117c3201590fcbb132c5/ps/">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="HandheldFriendly" content="true" />
<title>Five Nights at Freddy's Pizzeria Simulator</title>
</head>
<body>
<div style="display: inline-block; -webkit-user-select: none; text-align: left">
<canvas id="MMFCanvas" width="1280" height="720"> Your browser does not support Canvas, Please try again. </canvas>
</div>
<div id="progress-container">
<div style="margin-bottom: 6px;">Downloading... <span id="download-text">0%</span></div>
<div style="width: 100%; background: #444; border-radius: 6px; overflow: hidden;">
<div id="download-bar" style="height: 10px; background: #3b82f6; width: 0%; transition: width 0.2s;"></div>
</div>
<div style="margin: 12px 0 6px;">Extracting... <span id="extract-text">0%</span></div>
<div style="width: 100%; background: #444; border-radius: 6px; overflow: hidden;">
<div id="extract-bar" style="height: 10px; background: #10b981; width: 0%; transition: width 0.2s;"></div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>
<script src="main.js"></script>
</body>
</html>