Skip to content

Commit

Permalink
create data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RingOV committed Jul 27, 2022
1 parent 5205b08 commit cd7e78b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<img id="board" src="board.svg" style="display: none;">
<img id="bc" src="bc.svg" style="display: none;">
<img id="wc" src="wc.svg" style="display: none;">
<img id="board" src="data/board.svg" style="display: none;">
<img id="bc" src="data/bc.svg" style="display: none;">
<img id="wc" src="data/wc.svg" style="display: none;">
<canvas id="canvas" style="border: 1px dashed black;">Обновите браузер</canvas>
<script>
window.onload = init;
Expand Down

0 comments on commit cd7e78b

Please sign in to comment.