We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913bfd3 commit 1cac1d2Copy full SHA for 1cac1d2
code_editor.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>SnakeEdit</title>
+ <title>SnakeEditor</title>
7
<link rel="icon" href="logo.jpg">
8
<script src="https://cdn.jsdelivr.net/npm/brython@3.12.3/brython.min.js" integrity="sha256-5S+uyI6JXTLNxOAgBefqpfBerBAl/sgb8DYOmGvBrE0=" crossorigin="anonymous"></script>
9
<link rel="stylesheet" href="style.css">
@@ -27,4 +27,4 @@
27
document["run-button"].bind("click", run_python)
28
</script>
29
</body>
30
-</html>
+</html>
0 commit comments