-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 739 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Schmeep home page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="style.css">
<script src="rax.js"></script>
<script src="main.js"></script>
<script type="application/x-scheme" src="lib/eg.scm"></script></head>
<body>
<div class="status-bar" id="status-bar">
<span id="connection-status-text">Starting.</span></div>
<div class="main-content">
<div class="section">
<div class="section-title">Scheme REPL</div>
<div class="scheme-output" id="scheme-content">
<ul></ul></div></div>
<div class="button-grid"></div></div></body></html>