Skip to content

Commit

Permalink
Change title to brot-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwohlbold committed Jan 16, 2021
1 parent 3b201b6 commit c244d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>spe_ed gui</title>
<title>brot-gui</title>
</head>

<body>
<h1>spe_ed gui</h1>
<h1>brot-gui</h1>
<canvas id="canvas", width="400", height="400"></canvas>
<h2>Duration between moves (milliseconds):</h2>
<div id="currentSpeed">Current speed: 200</div>
Expand Down Expand Up @@ -87,4 +87,4 @@ <h2>Duration between moves (milliseconds):</h2>
};
</script>
</body>
</html>
</html>

0 comments on commit c244d40

Please sign in to comment.