Files
PSFree/index.html
T
Kameleon e01068bca9 Update index.html
Remove donation link. Requested by abc
2025-06-26 21:56:10 -06:00

48 lines
1.5 KiB
HTML

<!-- Copyright (C) 2023-2025 anonymous
This file is part of PSFree.
PSFree is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
PSFree is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset='utf-8'>
<title>PSFree-Lapse Exploit For PS4 9.00</title>
<style>
@font-face {
font-family: 'logging';
src: url('fonts/LiberationMono-Regular.ttf');
}
#console {
font-family: 'logging';
}
</style>
<script>
if (window.applicationCache.status=='0')
{
window.location.replace("cache.html");
}
</script>
</head>
<body>
PSFree: A PS4/PS5 Exploit Chain
<br>
<br>
See <a href='./about.html' data-jslicense='1'>JavaScript license information</a> for the
source code and license.<br>
<pre id='console'></pre>
</body>
<script type='module' src='./alert.mjs'></script>
</html>