Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Linecom233 committed May 1, 2024
1 parent 6a90bbd commit e239812
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 64 deletions.
Binary file added .DS_Store
Binary file not shown.
22 changes: 0 additions & 22 deletions frame.js

This file was deleted.

44 changes: 11 additions & 33 deletions index.html
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>
9 changes: 0 additions & 9 deletions term.html

This file was deleted.

0 comments on commit e239812

Please sign in to comment.