Initial commit
This commit is contained in:
		
							
								
								
									
										20
									
								
								static/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								static/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<!doctype html>
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <title>DnD</title>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <p>
 | 
			
		||||
    <div>
 | 
			
		||||
        <form id="login_form" method="post" action="/game">
 | 
			
		||||
            Your name: <input type="text" name="name"> <br />
 | 
			
		||||
            <input type="submit" value="Create game">
 | 
			
		||||
        </form>
 | 
			
		||||
    </div>
 | 
			
		||||
    </p>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user