Sha256: d10105788a0e7b0a429de9490ffaf9d1aa8c0d7c643522f95b29d83db327ca15

Contents?: true

Size: 654 Bytes

Versions: 1

Compression:

Stored size: 654 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://postmonk.com">  
</head>
<body>
  
  <script type="text/javascript" charset="utf-8">
    macgap.growl.notify({title: "MacGap", content: "Hello World"});
  </script>
  
  <h1>MacGap</h1>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

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