Sha256: b8b95bbb76deaad4ec2e6250248235870bb2dbb34f95be644a7fe2d3d67b270b

Contents?: true

Size: 801 Bytes

Versions: 1

Compression:

Stored size: 801 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>MacGap</title>
  <style type="text/css" media="screen">
    html, body {
      height: 100%;
      width: 100%;
      background: #FFF;
      padding: 0;
      margin: 0;
      overflow: hidden;
      -webkit-user-select: none;
    }

    h1 {
      color: #E0E0E0;
      margin: 18% 0;
      text-align: center;
      font-family: helvetica;
    }
  </style>
  
  <meta http-equiv="refresh" content="5;url=http://google.com">  
</head>
<body>
  
  <script type="text/javascript" charset="utf-8">
      setTimeout(function(){

      var lc = window.localStorage['blash'];
      console.log(lc);
    window.localStorage['blash'] = '1';
          console.log(window.localStorage['blash']);
                 }, 500);
  </script>
  
  <h1>MacGap</h1>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
macgap-0.0.2 assets/MacGap.app/Contents/Resources/public/index.html