Skip to content

Commit 1cac1d2

Browse files
authored
Update code_editor.html
1 parent 913bfd3 commit 1cac1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>SnakeEdit</title>
6+
<title>SnakeEditor</title>
77
<link rel="icon" href="logo.jpg">
88
<script src="https://cdn.jsdelivr.net/npm/brython@3.12.3/brython.min.js" integrity="sha256-5S+uyI6JXTLNxOAgBefqpfBerBAl/sgb8DYOmGvBrE0=" crossorigin="anonymous"></script>
99
<link rel="stylesheet" href="style.css">
@@ -27,4 +27,4 @@
2727
document["run-button"].bind("click", run_python)
2828
</script>
2929
</body>
30-
</html>
30+
</html>

0 commit comments

Comments
 (0)