A tiny bit more work on the webapp

This commit is contained in:
greg
2017-09-19 20:29:08 -07:00
parent 88209d370d
commit 7ac5846282
5 changed files with 29 additions and 3 deletions

View File

@@ -3,6 +3,10 @@
<head>
</head>
<body>
Test
Type your source code into here:
<textarea class="code-input">
</textarea>
<script src="main.js"></script>
</body>
</html>

3
static/main.js Normal file
View File

@@ -0,0 +1,3 @@
console.log("YOLO");