2024-01-09 18:42:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Sketchpad</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<script src="script.js" defer></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Sketchpad</h1>
|
2024-01-09 19:07:08 +00:00
|
|
|
<div id="container">
|
2024-01-09 19:16:14 +00:00
|
|
|
|
2024-01-09 19:07:08 +00:00
|
|
|
</div>
|
2024-01-09 19:16:14 +00:00
|
|
|
<button id="gridsize">Change size of grid</button>
|
2024-01-09 18:42:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|