Skip to content

Commit

Permalink
Add link to the GitHub page to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 22, 2024
1 parent 8dba5fe commit a64c203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
</head>
<body>
<div class="container">
<div>Controls: WASD</div>
<div style="margin-bottom: 5px">
<span>Controls: WASD</span>
<span style="float:right">Source Code: <a href="https://github.com/tsoding/raycasting">https://github.com/tsoding/raycasting</a></span>
</div>
<canvas id="game"></canvas>
</div>
<script src="index.js"></script>
Expand Down

0 comments on commit a64c203

Please sign in to comment.