13 lines
193 B
HTML
13 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
Type your source code into here:
|
|
<textarea class="code-input">
|
|
|
|
</textarea>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|