aboutsummaryrefslogtreecommitdiffstats
path: root/claude-julia/index.html
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2025-03-19 21:23:32 -0600
committerScott Lawrence <scott+git@ineffectivetheory.com>2025-03-19 21:23:32 -0600
commitbab7929215b3d5a1d66b43ee5b03ad767aa32374 (patch)
tree0d945d2ffb6ed49ad8e6992d6ea8a0402bb47782 /claude-julia/index.html
downloadmini-bab7929215b3d5a1d66b43ee5b03ad767aa32374.tar.gz
mini-bab7929215b3d5a1d66b43ee5b03ad767aa32374.tar.bz2
mini-bab7929215b3d5a1d66b43ee5b03ad767aa32374.zip
Initial commit
Diffstat (limited to 'claude-julia/index.html')
-rw-r--r--claude-julia/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/claude-julia/index.html b/claude-julia/index.html
new file mode 100644
index 0000000..087b9f5
--- /dev/null
+++ b/claude-julia/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<link rel="stylesheet" href="/style.css" />
+<script src="/client.js"></script>
+<h1>Claude: the Julia afficianado</h1>
+<p style="margin: 0 30pt; color: #a00;"><b>Security notes:</b> do not consider anything submitted here to be private. Also, there are no guards in place against prompt injection, beyond whatever Claude appears to have built-in.</p>
+<div id="request">
+<textarea id="code" name="code" placeholder="# Paste Julia code here">
+</textarea>
+<button onclick="request()">I'm feeling slow!</button>
+</div>
+<div id="response">
+</div>