Ps4-updatefeature.html

From PS4 Developer wiki
Revision as of 21:33, 15 December 2013 by Euss (talk | contribs) (Created page with "== PS4 updatefeature == The ps4-updatefeature.html is shown when the user selects to view changes of the system update. <source lang="html4strict"> <!DOCTYPE HTML> <html ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PS4 updatefeature

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&reg;4 System Software Update</title>
</head>

<body>
<!-- #wrapper -->
<div id="wrapper"> 
 <!-- #contentWrapper -->
 <div id="contentWrapper"> 
  <!-- #contentHeader -->
  <div id="contentHeader">
   <h1>PlayStation&reg;4 System Software Update</h1>
  </div>
  <!-- / #contentHeader -->
  
  <!-- #content -->
  <div id="content"> 
   <!-- #contentBody -->
   <div id="contentBody"> 
    <!-- ---------------------------------------------------- -->
    <section class="sectionBox">
     <h2>PlayStation&reg;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>