Client style updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user