浏览代码

cursoreffect

schtonn 2 年之前
父节点
当前提交
5f1210fd4d
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      index.html
  2. 0 0
      js/cursorEffects.js

+ 9 - 1
index.html

@@ -20,12 +20,20 @@
 
 </head>
 
-<body itemscope itemtype="http://schema.org/WebPage">
+<body itemscope itemtype="http://schema.org/WebPage" style="height: 1145.14px;">
+    <script src="js/cursorEffects.js"></script>
+    <script type="text/javascript">
+        new cursoreffects.bubbleCursor({emoji:"🤐"});
+    </script>
 
     <h1>schtonn</h1>
     <p><a href="/blog">blog</a></p>
     <p><a href="https://github.com/schtonn/schtonn.github.io">view on github</a></p>
     <p><a href="https://gitee.com/schtonn/schtonn"><del>view on gitee</del> (outdated)</a></p>
+    <h2>schtonn</h2>
+    <h4>schtonn</h4>
+    <h3>schtonn</h3>
+    <h5>schtonn</h5>
 
 </body>
 

文件差异内容过多而无法显示
+ 0 - 0
js/cursorEffects.js


部分文件因为文件数量过多而无法显示