diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-05 21:43:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-05 21:43:45 (GMT) |
commit | fb65a64342c34c65045889121c310494d26e34ec (patch) | |
tree | ed446c73093b3e5babcfa20098e785bf69493a18 /abs/core/supplemental-web/contents/mythweb.html | |
parent | 1cb4972bbf213b391bd403605ded1702ed224a25 (diff) | |
download | linhes_pkgbuild-fb65a64342c34c65045889121c310494d26e34ec.zip linhes_pkgbuild-fb65a64342c34c65045889121c310494d26e34ec.tar.gz linhes_pkgbuild-fb65a64342c34c65045889121c310494d26e34ec.tar.bz2 |
supplemental-web: changed the header to include mythexpress and remyth
I hope to add something to catch the error page and wrap them like the rest of the links. However it's considered cross domain because of the port change.
refs #865
refs #863
Diffstat (limited to 'abs/core/supplemental-web/contents/mythweb.html')
-rw-r--r-- | abs/core/supplemental-web/contents/mythweb.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/contents/mythweb.html b/abs/core/supplemental-web/contents/mythweb.html new file mode 100644 index 0000000..fe76a9a --- /dev/null +++ b/abs/core/supplemental-web/contents/mythweb.html @@ -0,0 +1,16 @@ +<html> +<head> +<style type="text/css">@import "/frame.css";</style> +</head> + +<body> +MythWeb does not appear to be installed. +</br> +To install MythWeb either +</br> +1) Visit the MythVantage advanced screen to enable mythweb. </br> +2) type "pacman -S mythweb-release-fixes" at the console. + + +</body> +</html> |