adding header
This commit is contained in:
parent
5cfbb4cc6b
commit
31d65853f1
|
@ -7,6 +7,10 @@
|
|||
<script type="text/javascript" src="main.js"></script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
#header {
|
||||
width: 980px;
|
||||
margin: auto;
|
||||
}
|
||||
position: relative;
|
||||
}
|
||||
#canvas, #map {
|
||||
|
@ -39,5 +43,6 @@
|
|||
<canvas id="canvas" width="1024" height="500"></canvas>
|
||||
<div id="timer"></div>
|
||||
<div id="menu"></div>
|
||||
<div id="header"><img src="top.png"></div>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue