ravens-engine / core

A Javascript library for building multiplayer turn-based games
https://ravens.dev/
15 stars 2 forks source link

Add `tbody` tags to the table in the tutorial. #13

Closed mrhappyasthma closed 3 years ago

mrhappyasthma commented 3 years ago

This resolve the following error:

...cannot appear as a child of <table>. Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser.