updated 添加关注按键
This commit is contained in:
parent
cae104100e
commit
67f551d9c0
10
index.html
10
index.html
@ -13,14 +13,24 @@
|
|||||||
color:#999;
|
color:#999;
|
||||||
}
|
}
|
||||||
canvas{display:block;background: #000;}
|
canvas{display:block;background: #000;}
|
||||||
|
.mod-botton{
|
||||||
|
height: 32px;
|
||||||
|
padding: 15px 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<canvas id="canvas" width="960" height="640">不支持画布</canvas>
|
<canvas id="canvas" width="960" height="640">不支持画布</canvas>
|
||||||
<p>按[空格]暂停或继续</p>
|
<p>按[空格]暂停或继续</p>
|
||||||
|
<div class="mod-botton">
|
||||||
|
<a class="github-button" href="https://github.com/mumuy" data-style="mega" data-count-href="/mumuy/followers" data-count-api="/users/mumuy#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @mumuy on GitHub">Follow @mumuy</a>
|
||||||
|
<a class="github-button" href="https://github.com/mumuy/pacman" data-style="mega" data-count-href="/mumuy/pacman/stargazers" data-count-api="/repos/mumuy/pacman#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star mumuy/pacman on GitHub">Star</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="game.js"></script>
|
<script src="game.js"></script>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user