We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bd469 commit 7a1777fCopy full SHA for 7a1777f
1 file changed
index.html
@@ -0,0 +1,15 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <title>Code App Chromelab</title>
5
+ <link rel="stylesheet" href="styles.css">
6
+</head>
7
+<body>
8
+ <div id="container">
9
+ <textarea id="code-editor" placeholder="Schreibe deinen Python-Code hier..."></textarea>
10
+ <button id="run-button">Ausführen</button>
11
+ <pre id="output-console"></pre>
12
+ </div>
13
+ <script src="app.js"></script>
14
+</body>
15
+</html>
0 commit comments