mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -1 +1,15 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport"content="width=device-width, initial-scale=1.0"><title>Document</title><style>@keyframes color{0%{color:red}10%{color:orange}20%{color:yellow}40%{color:green}60%{color:cyan}80%{color:blue}100%{color:purple}}span{animation:color 0.5s infinite}</style><script>document.addEventListener("DOMContentLoaded",function(){setInterval(function(){let span=document.createElement("span");span.innerHTML="小贼!想偷代码?";document.body.appendChild(span)},10)})</script></head><body></body></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
</style>
|
||||
<script>document.addEventListener("DOMContentLoaded", function () { setInterval(function () { let span = document.createElement("span"); span.innerHTML = "小贼!想偷代码?"; document.body.appendChild(span) }, 10) })</script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user