SpotifyRoulette/src/main/resources/public/join-game.html

17 lines
403 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Spiel beitreten Spotify Roulette</title>
</head>
<body>
<h1>Spiel beitreten</h1>
<form id="joinForm">
<input id="gameId" name="gameId" placeholder="4-stelliger Code" required pattern="\d{4}">
<button type="submit">Beitreten</button>
</form>
<script type="module" src="/js/join-game.js"></script>
</body>
</html>