Run linter on everything

This commit is contained in:
Al Azif
2025-06-05 22:38:15 -07:00
parent 93d812737d
commit c23ef56385
5 changed files with 185 additions and 186 deletions

View File

@@ -16,26 +16,25 @@ 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>exploit</title>
<style>
@font-face {
font-family: 'logging';
src: url('./fonts/LiberationMono-Regular.ttf');
}
#console {
font-family: 'logging';
}
</style>
</head>
<body>
PSFree: A PS4/PS5 Exploit Chain<br>
Donation (Monero/XMR):<br>
86Fk3X9AE94EGKidzRbvyiVgGNYD3qZnuKNq1ZbsomFWXHYm6TtAgz9GNGitPWadkS3Wr9uXoT29U1SfdMtJ7QNKQpW1CVS<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>
<head>
<meta charset="utf-8" />
<title>exploit</title>
<style>
@font-face {
font-family: "logging";
src: url("./fonts/LiberationMono-Regular.ttf");
}
#console {
font-family: "logging";
}
</style>
</head>
<body>
PSFree: A PS4/PS5 Exploit Chain<br />
Donation (Monero/XMR):<br />
86Fk3X9AE94EGKidzRbvyiVgGNYD3qZnuKNq1ZbsomFWXHYm6TtAgz9GNGitPWadkS3Wr9uXoT29U1SfdMtJ7QNKQpW1CVS<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>