Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
New update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriv committed Apr 10, 2020
1 parent d174966 commit 64e2213
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html linguist-vendored=false
Empty file added .gitignore
Empty file.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# upgrade-your-browser
# upgrade-your-browser

<a href="https://github.com/kuriv/upgrade-your-browser">
<img src="upgrade-your-browser.png" width="80" height="80" align="right">
</a>
Binary file added favicon.ico
Binary file not shown.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<script type="text/javascript">
/*@cc_on window.location.href = 'upgrade-your-browser.html?referrer=' + encodeURIComponent(window.location.href); @*/
</script>
</head>
</html>
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@kuriv/upgrade-your-browser",
"version": "1.0.1",
"description": "Please upgrade your browser.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuriv/upgrade-your-browser.git"
},
"keywords": [
"upgrade-your-browser",
"internet-explorer",
"internet-explorers",
"internet-explorer-6",
"internet-explorer-8"
],
"author": "Kuriv Vesti",
"license": "MIT",
"bugs": {
"url": "https://github.com/kuriv/upgrade-your-browser/issues"
},
"homepage": "https://github.com/kuriv/upgrade-your-browser#readme"
}
68 changes: 68 additions & 0 deletions upgrade-your-browser.html

Large diffs are not rendered by default.

Binary file added upgrade-your-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64e2213

Please sign in to comment.