Files
gride/client/index.html

17 lines
275 B
HTML
Raw Normal View History

2025-09-25 22:16:05 +10:00
<!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>