summaryrefslogtreecommitdiff
path: root/ext/mac-ui-macgap1-wrapper/src/public
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-17 19:48:21 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-17 19:48:21 -0700
commit2d700f644b7e2933c6eb7e9145a661ec49cade8b (patch)
tree9ff4dc0b28edda58a4032f1ebbeeeeb849f6d126 /ext/mac-ui-macgap1-wrapper/src/public
parentc76b9d13403eaa8bae5254d5f5f106dc29aa6e04 (diff)
downloadinfinitytier-2d700f644b7e2933c6eb7e9145a661ec49cade8b.tar.gz
infinitytier-2d700f644b7e2933c6eb7e9145a661ec49cade8b.zip
Add signed binary build of Mac GUI wrapper.
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/src/public')
-rw-r--r--ext/mac-ui-macgap1-wrapper/src/public/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/src/public/index.html b/ext/mac-ui-macgap1-wrapper/src/public/index.html
deleted file mode 100644
index 9fab9325..00000000
--- a/ext/mac-ui-macgap1-wrapper/src/public/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!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