Split html/js pages

This commit is contained in:
Claude Brisson
2023-11-29 14:49:18 +01:00
parent dcc5e741fd
commit 7c70fb4539
11 changed files with 488 additions and 521 deletions

View File

@@ -0,0 +1,15 @@
<div class="tab-content" id="registration">
<div id="players-list" class="roundbox">
Players list
</div>
<div class="roundbox">
<form id="player-form">
</form>
</div>
</div>
<script type="text/javascript">
onLoad(() => {
});
</script>