Initial commit

This commit is contained in:
2025-09-25 22:16:05 +10:00
commit 37205bf33a
5 changed files with 74 additions and 0 deletions

16
client/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>gride</title>
<script src="index.js"></script>
<style>
p {
line-height: 0.3;
}
</style>
</head>
<body>
<button onclick="runCode()">Run</button>
<code id="editor"></code>
</body>
</html>