besogo
Version:
Embeddable SGF player for the game of Go (aka Weiqi, Baduk)
19 lines (14 loc) • 730 B
HTML
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BesoGo</title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" type="text/css" href="css/besogo.css">
<link rel="stylesheet" type="text/css" href="css/board-flat.css">
<script src="https://github.com/yewang/besogo/releases/download/v0.0.2-alpha/besogo.min.js"></script>
<body style="padding: 0px; margin: 0px; overflow-x: hidden; overflow-y: scroll" onload="besogo.autoInit()">
<div class="besogo-editor" orient="view" landratio="none"></div>
<p style="text-align: center; margin: 3px"><a href="https://github.com/yewang/besogo">BesoGo is Free Software</a>
</body>
</html>