Skip to content

Instantly share code, notes, and snippets.

@thaisviana
Created June 10, 2020 20:10
Show Gist options
  • Save thaisviana/53d3afc3a4c6e08b87b95655e61ee3ab to your computer and use it in GitHub Desktop.
Save thaisviana/53d3afc3a4c6e08b87b95655e61ee3ab to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="script.js"></script>
<link rel="stylesheet" href="style.css">
<title>Sudoku</title>
</head>
<body onload="start()">
<div><h1>SUDOKU</h1></div>
<div id="sudoku"></div>
<button type="button" onclick="corrigir()"> Enviar</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment