Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingshiali authored Oct 27, 2024
1 parent ca1ada1 commit c2ba95f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@
<link rel="dns-prefetch" href="https://codingclip.com/" />
<meta name="keywords" content="无名氏,无名氏个人主页,编程,40code,40code社区,githubio,github.io,免费做一个个人主页,wumingshiali,wumingshiali个人主页,ccw无名氏,40code无名氏,github,githubpages,github pages">
<noscript>请打开js</noscript>
<script src='./zdn/click.js'></script>
<script>
function zz() {
alert("不赞助就关不掉!😭😭😭")

}
function zf(e){
var color = new colorBall()
color.fly(event.clientX,event.clientY)}
function tzf(e) {
var color = new colorBall()
color.fly(e.changedTouches[0].clientX,e.changedTouches[0].clientY);
e.stopPropagation()
e.preventDefault()
</script>
</head>
<body style="background-color: #F5F5F5;">
<!--<div class="dropdown">
Expand Down Expand Up @@ -95,5 +80,20 @@
<center><p>访问数</p><img alt="" src="https://saobby.pythonanywhere.com/api/webcounter?id=ldTLVliNAtcAEmdA">
</div>
<footer>Copyright 2024 WuMingshiali</footer>
<script src='./zdn/click.js'></script>
<script>
function zz() {
alert("不赞助就关不掉!😭😭😭")

}
function zf(e){
var color = new colorBall()
color.fly(event.clientX,event.clientY)}
function tzf(e) {
var color = new colorBall()
color.fly(e.changedTouches[0].clientX,e.changedTouches[0].clientY);
e.stopPropagation()
e.preventDefault()
</script>
</body>
</html>

0 comments on commit c2ba95f

Please sign in to comment.