Skip to content

Commit

Permalink
Add title and note
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Nov 29, 2023
1 parent 9b5ec82 commit c7a67d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scrapscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,17 @@ def do_repl(self) -> None:
html = rb"""
<html>
<head>
<title>Scrapscript Web REPL</title>
</head>
<body>
Output:
<div>
<p>See <a href="https://scrapscript.org/">scrapscript.org</a> for a slightly
out of date language reference.</p>
<p>This REPL sends programs to a server to be evaluated, but the server is
completely stateless. All persistence is in the browser.</p>
</div>
<div>
Output:
<pre id="output">
>>> </pre>
</div>
Expand Down

0 comments on commit c7a67d3

Please sign in to comment.