首先准备工具coplar
网址如下:
步骤:1.解压2.安装3.一般默认路径
C:\Program Files\cpolar
按住win+r输入cmd
cd C:\Program Files\cpolar
./cpolar authtoken 你注册的token
然后
先去部署静态网页
建立个webside文件夹放index.html 1.jpg等
网页代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>LFQ许愿WEB</title>
</head>
<style>
body{
background:url("./1.gif") no-repeat;
background-size: 100%;
}
</style>
<body>
<audio controls>
<source src="./1.mp3" type="audio/mpeg">
您的浏览器不支持 audio 元素。
</audio>
<center> <h1>许愿吧!骚年</h1> </center>
</body>
</html>
把webside放在d盘右击文件夹属性--》安全--》编辑--》添加--》取名字everyone
具体网址博客:
Windows部署静态网站_米郁的博客-CSDN博客_windows部署网站
底下权限全部勾选,确定
右击左下角开始---》计算机管理---》服务和应用程序--》Internet information--网站---》添加
网站名称随意---端口8001好了之后确认,然后启动
然后
cpolar http 8001
点开对应网址就有你的静态web了。