Skip to content

Instantly share code, notes, and snippets.

View becausedead's full-sized avatar

CodeShare becausedead

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flappy Bird</title>
<style>
canvas {
border: 1px solid #000;
display: block;