Sha256: 5042e40840161a0a9a3ec878bfee7d3132e2479de007fa8bb1f485b351ffa6a6
Contents?: true
Size: 654 Bytes
Versions: 9
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://google.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
9 entries across 6 versions & 1 rubygems