diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-08 12:35:41 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-08 12:35:41 -0700 |
| commit | 8594e17f2b07976c006bca1c5531e56ead9b065a (patch) | |
| tree | 0a123b99f45ef614193dd591e2e0a5254fb8f875 /ext/mac-ui-macgap1-wrapper/public/index.html | |
| parent | a40192a40bdf81b9d2a78ae69e059e41d78604ea (diff) | |
| download | infinitytier-8594e17f2b07976c006bca1c5531e56ead9b065a.tar.gz infinitytier-8594e17f2b07976c006bca1c5531e56ead9b065a.zip | |
Move mac-ui into src/
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/public/index.html')
| -rw-r--r-- | ext/mac-ui-macgap1-wrapper/public/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/public/index.html b/ext/mac-ui-macgap1-wrapper/public/index.html deleted file mode 100644 index 9fab9325..00000000 --- a/ext/mac-ui-macgap1-wrapper/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 |
