Skip to content

Instantly share code, notes, and snippets.

@rodolfoghi
Created July 12, 2018 15:13
Show Gist options
  • Save rodolfoghi/f111b718e4bf5414fc186711710e790b to your computer and use it in GitHub Desktop.
Save rodolfoghi/f111b718e4bf5414fc186711710e790b to your computer and use it in GitHub Desktop.
HTML básico para o jogo de caça fantasmas
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Caça fantasmas</title>
</head>
<body>
<div id="palco">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment