Ps4-updatefeature.html
From PS4 Developer wiki
PS4 updatefeature[edit]
The ps4-updatefeature.html is shown when the user selects to view changes of the system update.
<!DOCTYPE HTML> <html lang="ja"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="css/default.css"> <link rel="stylesheet" href="css/common.css"> <link rel="stylesheet" href="css/style.css"> <title>PlayStation®4 System Software Update</title> </head> <body> <!-- #wrapper --> <div id="wrapper"> <!-- #contentWrapper --> <div id="contentWrapper"> <!-- #contentHeader --> <div id="contentHeader"> <h1>PlayStation®4 System Software Update</h1> </div> <!-- / #contentHeader --> <!-- #content --> <div id="content"> <!-- #contentBody --> <div id="contentBody"> <!-- ---------------------------------------------------- --> <section class="sectionBox"> <h2>PlayStation®4 System Software Update Version 1.52</h2> <p>System software stability during use of some features has been improved.</p> </section> <!-- ---------------------------------------------------- --> </div> <!-- / #contentBody --> </div> <!-- / #content --> </div> <!-- / #contentWrapper --> </div> <!-- / #wrapper --> </body> </html>