index.html 670 字节
Newer Older
C
update  
cpongo2 已提交
1 2 3 4 5 6 7
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
C
update  
cpongo2 已提交
8
    <link rel="stylesheet" href="src/style.css">
C
update  
cpongo2 已提交
9 10
</head>
<body>
C
update  
cpongo2 已提交
11
    <div class="app">
6
62734f01072d6f2fb9e3f9db 已提交
12 13 14 15 16 17 18 19 20 21
        <div class="title">纵横四方</div>
        <div class="game">
            <div class="box top"></div>
            <div class="box left"></div>
            <div class="box right"></div>
            <div class="box bottom"></div>
        </div>
        <div class="info">
            <h1>操作面板</h1>
        </div>
C
update  
cpongo2 已提交
22
    </div>
C
update  
cpongo2 已提交
23 24
</body>
</html>