mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 19:12:38 +02:00
14 lines
447 B
HTML
14 lines
447 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Play Integrity Fix</title>
|
||
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||
|
<link rel="stylesheet" type="text/css" href="/mmrl/insets.css" />
|
||
|
<script type="module" crossorigin src="scripts.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="output">[+] Fetching pif.json, please wait...</div>
|
||
|
</body>
|
||
|
</html>
|