21 lines
446 B
HTML
Raw Normal View History

2022-04-08 17:04:13 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
#content {
color: red;
}
</style>
</head>
<body>
2022-04-10 21:43:25 +08:00
<a href="https://fleyx.com/userSpace/ssoAuth" target="_blank">点击登录</a>
2022-04-08 17:04:13 +08:00
<p id="content"></p>
2022-04-10 21:43:25 +08:00
<script>
console.log("popup");
</script>
2022-04-08 17:04:13 +08:00
</body>
</html>