diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-06-12 20:53:55 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-06-12 20:53:55 -0400 |
commit | 32595c5f7f087b515629d71501ee501cb7adbf4e (patch) | |
tree | ad87554e205388babe605e311321b259e0aaf923 | |
parent | d181f51cac8aa191cc6ee568183d205c7b7b148c (diff) |
Remove test page
-rw-r--r-- | test-inline-installation.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test-inline-installation.html b/test-inline-installation.html deleted file mode 100644 index e67b192..0000000 --- a/test-inline-installation.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> - <head> - <title>Inline installation test</title> - <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/jcplgieacjacdjabiiedcdfcpbgohbpp"> - </head> - <body> - <h1>Install ViewTime</h1> - <a href="javascript:chrome.webstore.install();" onclick="chrome.webstore.install();return false;">Install ViewTime</a> - </body> -</html> |