modified: public/main.html

This commit is contained in:
IrisVega 2024-07-13 16:01:03 +08:00
parent 82367fa4f8
commit 9437397d43
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="styles-main.css"> <link rel="stylesheet" href="styles-main.css">
</head> </head>
<body background="./bg.png" style="background-size:100% 100%; background-attachment: fixed;"> <body background="./bg.png" style="background-size:100% 100%; background-attachment: fixed;">
<button class="BackButton" id="BackButton">退出登录</button> <button class="BackButton" id="BackButton">退出登录</button>
<div class="slider-container"> <div class="slider-container">
<input type="range" id="mySlider" min="0" max="100" value="50"> <input type="range" id="mySlider" min="0" max="100" value="50">
<span id="sliderValue">50</span> <span id="sliderValue">50</span>