initial commit — Neuron landing page
Bubble-style chat UI, return visit memory replay, values section, favicon, Neuron-generated email bodies, 3-question return flow.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 367 B |
Binary file not shown.
|
After Width: | Height: | Size: 793 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
+1400
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
// main.el — Neuron landing page server
|
||||
|
||||
let html_path: String = cwd() + "/src/landing.html"
|
||||
println("Neuron landing · serving " + html_path)
|
||||
state_set("__html_file__", html_path)
|
||||
|
||||
http_serve(3001)
|
||||
Reference in New Issue
Block a user