Create waschmarken as clone of webpnp

This commit is contained in:
Dominic Zimmer
2020-07-17 19:18:17 +02:00
commit cb934e8220
16 changed files with 1179 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<div>
Hello <span id="label-username"></span>
<br><br>
Welkome to <b id="session"></b>! <br>
<button id="btn-leave-session">Leave Session</button>
<br><br>
</div>
<h3>Your items</h3>
<div id="inventory">
</div>
<h3>Other players' inventories</h3>
<div id="inventories">
</div>