Split html/js pages
This commit is contained in:
15
view-webapp/src/main/webapp/tour-registration.inc.html
Normal file
15
view-webapp/src/main/webapp/tour-registration.inc.html
Normal 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>
|
Reference in New Issue
Block a user