https://github.com/getbrowser/getbrowser.github.io
https://github.com/getbrowser/getbrowser.github.io
browser get-browser get-web-browser getbrowser getwebbrowser web web-browser webbrowser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/getbrowser/getbrowser.github.io
- Owner: getbrowser
- License: unlicense
- Created: 2024-03-14T08:33:39.000Z (over 2 years ago)
- Default Branch: small
- Last Pushed: 2025-04-09T11:55:11.000Z (about 1 year ago)
- Last Synced: 2025-04-09T12:33:58.021Z (about 1 year ago)
- Topics: browser, get-browser, get-web-browser, getbrowser, getwebbrowser, web, web-browser, webbrowser
- Language: HTML
- Homepage: https://getbrowser.github.io
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- License: LICENSE
Awesome Lists containing this project
README
# iehtml
网站在版本过低的浏览器显示的页面。
将 `/ie/` 文件夹复制到您的网站里,然后参照 `/index.html` 在网页的head添加script标签。
克隆仓库
```
git clone https://github.com/bddjr/iehtml
```
仅提取 `/ie/` 文件夹(Linux)
```
mv iehtml/ie ./
rm -rf iehtml
```
实例:
> [BCSPanel-web-login](https://github.com/bddjr/BCSPanel-web-login)