Skip to content

Commit 7a1777f

Browse files
authored
Create index.html
1 parent 24bd469 commit 7a1777f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)