diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-09 19:18:15 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-09 19:18:15 -0500 |
commit | 7817f670d4cce62937e6a5a286210dc3267615c3 (patch) | |
tree | 37254a42a7619997ad8a4cb68d7882d06f3f49ea /src/chrome/content/igb/trusted.html | |
parent | 3a93c00d336cc9e9201e41a9bacfcd2e916368b7 (diff) | |
download | eib-7817f670d4cce62937e6a5a286210dc3267615c3.tar.xz eib-7817f670d4cce62937e6a5a286210dc3267615c3.zip |
WIP stuff.wip
Diffstat (limited to 'src/chrome/content/igb/trusted.html')
-rw-r--r-- | src/chrome/content/igb/trusted.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/chrome/content/igb/trusted.html b/src/chrome/content/igb/trusted.html new file mode 100644 index 0000000..26b525e --- /dev/null +++ b/src/chrome/content/igb/trusted.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>EVE-IGB Bridge</title> + </head> + <body> + <iframe src="/trusted" style="display: none;"></iframe> + <p>Connected to the EVE-IGB Bridge. Please do not close this window. You may minimize it, however. Note that this window will refresh repeatedly; this does not indicate a malfunction and will not count towards your internet data usage if you have one.</p> + </body> +</html> |