Add basic game session support with WebSockets and dummy CSS.
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.board-cell {
|
||||
display: inline-block;
|
||||
background-color: #eaeaea;
|
||||
padding: 20px;
|
||||
}
|
||||
.black-cell {
|
||||
background-color: black;
|
||||
}
|
||||
.board {
|
||||
max-width: 360px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="elm-root"></div>
|
||||
|
||||
Reference in New Issue
Block a user