mirror of
https://github.com/correl/riichi.git
synced 2024-11-23 19:19:55 +00:00
16 lines
448 B
HTML
16 lines
448 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Riichi</title>
|
|
<script type="text/javascript" src="/js/riichi.js"></script>
|
|
<link rel="stylesheet" href="/css/riichi.css" />
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
Elm.Riichi.fullscreen({
|
|
"websocket": "ws://" + window.location.host + "/websocket"
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|