手机也可以观看
效果预览地址
1.网页效果
心形优化
2.网页源码
源码地址
可以改变不同的图片,作者已经改为全局变量
请点击一下
3.上线github
(1)新建远程代码仓库
填写仓库名称
(2)推送代码到远程仓库
echo "# heart1" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/zhudunfeng/heart1.git
git push -u origin main
源文件命名要求:
必须index.html
(3)部署github pages
选择setting
选择pages
选择/root点击save即可
心形代码参考:https://blog.csdn.net/Su_mer/article/details/127154474