@sabaki/shudan-goban
Version:
A highly customizable Preact Goban component.
17 lines (16 loc) • 374 B
HTML
<html>
<head>
<title>Goban Demo</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="../css/goban.css">
<style media="screen">
body {
font-family: 'Segoe UI', Ubuntu, Helvetica, Arial, sans-serif;
}
</style>
</head>
<body>
<script type="text/javascript" src="./bundle.js"></script>
</body>
</html>