UNPKG

lichess-pgn-viewer

Version:

PGN viewer widget, designed to be embedded in content pages.

26 lines (23 loc) 627 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="lichess-pgn-viewer.css" rel="stylesheet" /> <link href="lichess-pgn-viewer.one.css" rel="stylesheet" /> <title>Lichess PGN Viewer</title> <style> body { background: var(--demo-bg, #161512); font-family: 'Noto Sans'; --board-color: #886f46; margin: 0; } </style> </head> <body> <div><div></div></div> <script src="lichess-pgn-viewer.js" type="module"></script> <script src="one.js" type="module"></script> </body> </html>