17 lines
275 B
HTML
17 lines
275 B
HTML
|
|
<!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>
|