-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a90bbd
commit e239812
Showing
4 changed files
with
11 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Linecom on Github</title> | ||
<meta charset="UTF-8"> | ||
<meta name="author" content="Linecom Github Force"> | ||
<script src="./frame.js"></script> | ||
<script> | ||
function firstusec(){ | ||
var usestatus=LEGcookie("firstuse") | ||
if (usestatus!=1){ | ||
pophello(); | ||
} | ||
} | ||
function pophello() { | ||
alert("未阅读使用条款,即将跳转") | ||
window.open("./term.html") | ||
|
||
} | ||
document.cookie = "firstuse=1; path=/" | ||
var firstuse | ||
function consolehello() { | ||
console.log("Linecom Web Force") | ||
console.log("v0.0.1 | | Stable") | ||
console.log("=================") | ||
console.log(" Developed by: ") | ||
console.log(" Weidong Cheng ") | ||
} | ||
</script> | ||
</head> | ||
|
||
<body onload="consolehello();firstusec()"></body> | ||
|
||
<head> | ||
<title>Redirecting...</title> | ||
<script> | ||
setTimeout(function redir(){ | ||
location.href="https://www.linecom.net.cn"; | ||
},5000); | ||
</script> | ||
</head> | ||
<body onload="redir()"> | ||
<h1>Redirecting to linecom...</h1> | ||
</body> | ||
</html> |