轰炸座位表edit icon

作者:
cup11
Fork(复制)
下载
嵌入
设置
BUG反馈
index.html
style.css
index.js
现在支持上传本地图片了!
            
            <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="./style.css">
  <script src="./index.js"></script>
  <title>轰炸座位表</title>
</head>

<body>
  <main>
    <section id="control">
      <input type="number" id="target" placeholder="人数">
      <button id="start-button">开始</button>
    </section>
    <section id="seat-table"></section>
  </main>
</body>

</html>
        
预览
控制台