An open API service indexing awesome lists of open source software.

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

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)