mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-16 16:38:16 +08:00
23 lines
458 B
HTML
23 lines
458 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>小爱音箱操控面板</title>
|
|
<script src="/static/jquery-3.7.1.min.js"></script>
|
|
<script src="/static/app.js"></script>
|
|
<style>
|
|
button {
|
|
margin: 10px;
|
|
width: 100px;
|
|
height: 50px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2>小爱音箱操控面板</h2>
|
|
<hr>
|
|
<div id="cmds">
|
|
</div>
|
|
</body>
|
|
</html>
|