Client style updates

This commit is contained in:
2025-09-25 09:07:44 +10:00
parent b677b9f507
commit 2dc3992566
3 changed files with 51 additions and 8 deletions

View File

@@ -3,14 +3,16 @@
<head>
<title>gride</title>
<script src="index.js"></script>
<style>
p {
line-height: 0.3;
}
</style>
<link rel="stylesheet" href="index.css">
</head>
<body>
<button onclick="runCode()">Run</button>
<code id="editor"></code>
<div class="left">
<code id="editor"></code>
</div>
<div class="right">
<button onclick="runCode()">Run</button>
<br>
<code id="console">Output will be shown here, click the run button to run your code!</code>
</div>
</body>
</html>