summaryrefslogtreecommitdiff
path: root/ext/mac-ui-macgap1-wrapper/src/public/index.html
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2015-05-21 19:14:49 -0700
committerGrant Limberg <glimberg@gmail.com>2015-05-21 19:14:49 -0700
commitc430d88bd40d178685ac0a2e648d8c4ea675996c (patch)
treef69f497428fa34c6389173d39c889563dea9506c /ext/mac-ui-macgap1-wrapper/src/public/index.html
parent9a00366b18bc2bdb3ddf4345edcc7a459eb5ed60 (diff)
parentd9006712f6ffc975d97097caf2d2b4264405b32c (diff)
downloadinfinitytier-c430d88bd40d178685ac0a2e648d8c4ea675996c.tar.gz
infinitytier-c430d88bd40d178685ac0a2e648d8c4ea675996c.zip
Merge branch 'adamierymenko-dev' into android-jni
Conflicts: .gitignore
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, 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