This commit is contained in:
杜恒
2021-03-05 15:49:33 +08:00
parent 6445143f90
commit e740c4070c
16 changed files with 116 additions and 292 deletions

View File

@@ -1,15 +0,0 @@
<!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>