document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!doctype HTML>
  2. <html>
  3.     <head>
  4.         <title>Privacy policy</title>
  5.     </head>
  6.     <body>
  7.         <!-- BEGINSETTINGFLYOUT -->
  8.         <div data-win-control="WinJS.UI.SettingsFlyout" aria-label="Help settings flyout" data-win-options="{settingsCommandId:\'help\',width:\'narrow\'}">
  9.             <div class="win-ui-light win-header" >
  10.                <button type="button" onclick="WinJS.UI.SettingsFlyout.show()" class="win-backbutton"></button>
  11.                <div class="win-label">Privacy policy</div>
  12.             </div>
  13.  
  14.             <div class="win-content">
  15.                 <div class="win-settings-section">
  16.                     <p>Holy Diver does not collect any personal information.</p>
  17.                     <p>Internet access is only used to provide ads in the application.</p>
  18.                     <p><a href="http://www.slashgame.net/2012/12/holy-diver-privacy-policy.html">- Link to privacy policy on web</a></p>
  19.                 </div>
  20.             </div>
  21.  
  22.         </div>
  23.         <!-- ENDSETTINGSFLYOUT -->
  24.     </body>
  25. </html>
');