subwayhavana 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.html +7 -5
- package/package.json +24 -24
- package/screenshots/3.jpg +0 -0
package/index.html
CHANGED
|
@@ -2,14 +2,17 @@
|
|
|
2
2
|
<!DOCTYPE html>
|
|
3
3
|
<html>
|
|
4
4
|
|
|
5
|
-
<head>
|
|
5
|
+
<head><meta name="robots" content="noindex,follow">
|
|
6
6
|
<meta charset="utf-8">
|
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
8
|
-
<title>Subway Surfers
|
|
9
|
-
<base href="https://cdn.jsdelivr.net/npm/subwayhavana@1.0.0/">
|
|
8
|
+
<title>Subway Surfers</title>
|
|
10
9
|
<script type="text/javascript">
|
|
11
10
|
document.domain = '4399.com'
|
|
12
11
|
</script>
|
|
12
|
+
<script src="/lib/game-loader/logo_helper.js"></script>
|
|
13
|
+
<script>document.addEventListener('DOMContentLoaded', (e) => {
|
|
14
|
+
alertLogo("140",{top:"5px",right:"5px"});})
|
|
15
|
+
</script>
|
|
13
16
|
<script type="text/javascript" src="4399.js"></script>
|
|
14
17
|
<script>
|
|
15
18
|
window.config = {
|
|
@@ -60,7 +63,6 @@
|
|
|
60
63
|
};
|
|
61
64
|
|
|
62
65
|
</script>
|
|
63
|
-
</body>
|
|
64
66
|
|
|
65
67
|
<script type="text/javascript">
|
|
66
68
|
function google_analytics() {
|
|
@@ -85,6 +87,6 @@
|
|
|
85
87
|
|
|
86
88
|
|
|
87
89
|
|
|
88
|
-
</body>
|
|
89
90
|
|
|
91
|
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2cf565c5b1dc45228d3a7cc18aab5fac","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
|
|
90
92
|
</html>
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "subwayhavana",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Subway Surfers Havana unity",
|
|
5
|
-
"main": "index.html",
|
|
6
|
-
"unpkg": "index.html",
|
|
7
|
-
"files": [
|
|
8
|
-
"Build/",
|
|
9
|
-
"TemplateData/",
|
|
10
|
-
"screenshots/",
|
|
11
|
-
"
|
|
12
|
-
"fonts/",
|
|
13
|
-
"
|
|
14
|
-
"torus-bold-webfont.woff2",
|
|
15
|
-
"*.js",
|
|
16
|
-
"index.html",
|
|
17
|
-
"favicon.ico"
|
|
18
|
-
],
|
|
19
|
-
"keywords": [
|
|
20
|
-
"unity",
|
|
21
|
-
"webgl",
|
|
22
|
-
"game"
|
|
23
|
-
],
|
|
24
|
-
"license": "ISC"
|
|
1
|
+
{
|
|
2
|
+
"name": "subwayhavana",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Subway Surfers Havana unity",
|
|
5
|
+
"main": "index.html",
|
|
6
|
+
"unpkg": "index.html",
|
|
7
|
+
"files": [
|
|
8
|
+
"Build/",
|
|
9
|
+
"TemplateData/",
|
|
10
|
+
"screenshots/",
|
|
11
|
+
"loaders/",
|
|
12
|
+
"fonts/",
|
|
13
|
+
"4399.png",
|
|
14
|
+
"torus-bold-webfont.woff2",
|
|
15
|
+
"*.js",
|
|
16
|
+
"index.html",
|
|
17
|
+
"favicon.ico"
|
|
18
|
+
],
|
|
19
|
+
"keywords": [
|
|
20
|
+
"unity",
|
|
21
|
+
"webgl",
|
|
22
|
+
"game"
|
|
23
|
+
],
|
|
24
|
+
"license": "ISC"
|
|
25
25
|
}
|
package/screenshots/3.jpg
DELETED
|
Binary file
|