1
0
mirror of https://github.com/lordfriky/web-cfw-loader.git synced 2025-05-11 06:42:28 +00:00

Forgot to replicate the body id.

This commit is contained in:
falquinho 2018-05-21 15:38:09 -03:00
parent 8b424b7052
commit 7c80f03349
2 changed files with 2 additions and 2 deletions

@ -20,7 +20,7 @@
</head>
<body class="container-fluid">
<body class="container-fluid" id="pageBody">
<div class="row" id="title">
<h1>Nintendo Switch Payload Loader</h1>
<h4>Fusee Launcher portato a JavaScript usando WebUSB.</h4>

@ -20,7 +20,7 @@
</head>
<body class="container-fluid">
<body class="container-fluid" id="pageBody">
<div class="row" id="title">
<h1>Nintendo Switch Payload Loader</h1>
<h4>Fusee Launcher portado para JavaScript usando WebUSB.</h4>