Skip to content

Instantly share code, notes, and snippets.

@fabiomen10
Created March 31, 2020 02:29
Show Gist options
  • Save fabiomen10/47699d72db1d5faab273fe647a0ee654 to your computer and use it in GitHub Desktop.
Save fabiomen10/47699d72db1d5faab273fe647a0ee654 to your computer and use it in GitHub Desktop.
Listing 1-1 A Basic HTML Template
<!doctype html>
<html>
<head>
<title>This is an HTML canvas</title>
</head>
<body>
<h1>This is an HTML canvas</h1>
<canvas id="asteroids" width="400" height="400"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment