Skip to content

Instantly share code, notes, and snippets.

@barrelhead
barrelhead / chess.html
Last active February 4, 2026 18:52
Chess Game
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Digital Chess Competition</title>
<style>
* {
margin: 0;
padding: 0;