Initial commit
This commit is contained in:
32
Speicher.txt
Normal file
32
Speicher.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||
|
||||
|
||||
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
|
||||
|
||||
|
||||
/**@param {} x*/
|
||||
/**@typeof {} x*/
|
||||
|
||||
|
||||
https://codedamn.com/news/nodejs/use-json-web-token-jwt-in-nodejs
|
||||
|
||||
|
||||
<div class="screen">
|
||||
<nav>
|
||||
<h1>Spiel-Code:</h1>
|
||||
<h1 class="message">1A3B5C</h1>
|
||||
</nav>
|
||||
|
||||
<div id="playerList">
|
||||
<div id="player1" class="player">
|
||||
<h1>Spieler 1</h1>
|
||||
<h2>test</h2>
|
||||
</div>
|
||||
<div id="player2" class="player">
|
||||
<h1>Spieler 2</h1>
|
||||
<h2>test</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user