diff options
author | amzrk2 | 2020-07-25 18:24:04 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-25 18:24:04 +0800 |
commit | 73a776cccb9d1a993da6910c20166bafdd5c731e (patch) | |
tree | f4b38ce351315df6d13aa45ef303f49b2e2a6986 /static | |
parent | 62ae83b7513c2c6c8bd857b7ed5f9f2f47512b43 (diff) | |
download | hugo-theme-fuji-73a776cccb9d1a993da6910c20166bafdd5c731e.tar.gz hugo-theme-fuji-73a776cccb9d1a993da6910c20166bafdd5c731e.tar.bz2 hugo-theme-fuji-73a776cccb9d1a993da6910c20166bafdd5c731e.zip |
Update README
Diffstat (limited to 'static')
-rw-r--r-- | static/ie/favicon.ico | bin | 15086 -> 0 bytes | |||
-rw-r--r-- | static/ie/firefox.png | bin | 39072 -> 0 bytes | |||
-rw-r--r-- | static/ie/index.html | 123 |
3 files changed, 0 insertions, 123 deletions
diff --git a/static/ie/favicon.ico b/static/ie/favicon.ico Binary files differdeleted file mode 100644 index 9204300..0000000 --- a/static/ie/favicon.ico +++ /dev/null diff --git a/static/ie/firefox.png b/static/ie/firefox.png Binary files differdeleted file mode 100644 index eca759d..0000000 --- a/static/ie/firefox.png +++ /dev/null diff --git a/static/ie/index.html b/static/ie/index.html deleted file mode 100644 index 77528cf..0000000 --- a/static/ie/index.html +++ /dev/null @@ -1,123 +0,0 @@ -<!DOCTYPE html> -<html> - -<head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - <meta name="HandheldFriendly" content="True" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta http-equiv="Cache-Control" content="no-transform" /> - <meta http-equiv="Cache-Control" content="no-siteapp" /> - - <link rel="shortcut icon" href="favicon.ico" /> - <title>BROWSER NOT SUPPORT - Fuji</title> - - <style> - body { - text-align: center; - font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; - font-size: 16px; - background-color: #8aa2d3; - color: #fffffd; - margin: 0 1em; - } - - h1 { - margin: 1em 0; - } - - .browser-meta { - margin: 0 0 2em 0; - font-family: 'Cascadia Code', 'Cascadia Mono', 'SF Mono', 'Fira Code', 'Noto Mono', 'Consolas', monospace; - font-size: 0.875em; - } - - .info { - margin: 0 0 1em 0; - } - - .info p { - margin: 0.25em 0; - } - - .links { - margin: 0.5em 0; - } - - .firefox { - display: inline-block; - cursor: pointer; - border-radius: 5px; - } - - .firefox:hover { - color: #8aa2d3; - background-color: #fffffd; - } - - .firefox img { - display: block; - width: 5em; - margin: 1em 1em 0 1em; - } - - .firefox span { - display: block; - margin: 0 0 1em 0; - } - </style> - <script> - var ua = window.navigator.userAgent; - /* - function browserDetection() { - if (ua.indexOf('MSIE ') > 0 || ua.indexOf('Trident/') > 0 || ua.indexOf('Edge/') > 0) { - return true; - } - return false; - } - - if (browserDetection()) { - window.location.href('/alert-browser/'); - } - */ - </script> -</head> - -<body> - <main> - <h1>BROWSER NOT SUPPORT</h1> - <div class="browser-meta"> - <span>Checking your browser...</span> - </div> - <div class="info"> - <p>您的网页浏览器已过期</p> - <p>Your web browser is out of date</p> - <p>お使いのブラウザは最新版ではございません</p> - </div> - <div class="info"> - <p>请下载一款免费而优秀的最新版浏览器</p> - <p>Please download one of these up-to-date, free and excellent browsers</p> - <p>以下の最新バージョンで、無料で、素晴らしいブラウザをダウンロードしてください</p> - </div> - <div class="links"> - <div class="firefox"> - <img src="firefox.png" alt="Firefox Logo" /> - <span>Firefox</span> - </div> - </div> - <div class="info"> - <p>我们强烈推荐 Mozilla 基金会提供的 Firefox 浏览器</p> - <p>We highly recommend Firefox browser provided by Mozilla Foundation</p> - <p>Mozilla Foundation が提供する Firefox ブラウザを強くお勧めします</p> - </div> - </main> - - <script> - document.querySelector('.browser-meta span').textContent = ua; - document.querySelector('.firefox').addEventListener('click', function () { - window.location.href = "https://www.mozilla.org/firefox/new/"; - }); - </script> -</body> - -</html>
\ No newline at end of file |