summaryrefslogtreecommitdiff
path: root/ext/mac-ui-macgap1-wrapper/src/public/index.html
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2015-05-13 20:52:23 -0700
committerGrant Limberg <glimberg@gmail.com>2015-05-13 20:52:23 -0700
commit4a0280686c7a74b58a060375ffce385554d90040 (patch)
treeaddbccc48f967f5e80ff31641f530c9d282766a2 /ext/mac-ui-macgap1-wrapper/src/public/index.html
parentda45840e5ad87aa86f67fbe20d0cb003d982b0f0 (diff)
parenta8835cd8b33903440f372ed66f4e3b49745ea68f (diff)
downloadinfinitytier-4a0280686c7a74b58a060375ffce385554d90040.tar.gz
infinitytier-4a0280686c7a74b58a060375ffce385554d90040.zip
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/src/public/index.html')
-rw-r--r--ext/mac-ui-macgap1-wrapper/src/public/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/src/public/index.html b/ext/mac-ui-macgap1-wrapper/src/public/index.html
new file mode 100644
index 00000000..9fab9325
--- /dev/null
+++ b/ext/mac-ui-macgap1-wrapper/src/public/index.html
@@ -0,0 +1,33 @@
+<!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>
+
+</head>
+<body>
+
+ <script type="text/javascript" charset="utf-8">
+ macgap.notice.notify({title: 'MacGap', content: 'Hello World'});
+ </script>
+
+ <h1>MacGap</h1>
+</body>
+</html> \ No newline at end of file