This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * OpenClaw Preview Annotations | |
| * | |
| * Inject into any HTML preview to enable inline feedback. | |
| * Pure client-side - no backend required. | |
| * Works on desktop and mobile (iOS Safari, etc.) | |
| * | |
| * Usage: Include this script at the end of your HTML body. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Annotation Test</title> | |
| <style> | |
| body { | |
| font-family: -apple-system, sans-serif; | |
| max-width: 600px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Martian Engineering — AI Workshop Materials</title> | |
| <style> | |
| :root { | |
| --bg: #0f0f0f; | |
| --bg-card: #1a1a1a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * OpenClaw Preview Annotations | |
| * | |
| * Inject into any HTML preview to enable inline feedback. | |
| * Pure client-side - no backend required. | |
| * Works on desktop and mobile (iOS Safari, etc.) | |
| * | |
| * Usage: Include this script at the end of your HTML body. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Martian Engineering — AI Workshop Materials</title> | |
| <style> | |
| :root { | |
| --bg: #0f0f0f; | |
| --bg-card: #1a1a1a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Martian Todos — Workshop Demo Repo</title> | |
| <style> | |
| :root { | |
| --bg: #0d1117; | |
| --bg-secondary: #161b22; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Three-Layer Memory System — Architecture Reference</title> | |
| <style> | |
| :root { | |
| --bg: #0d1117; | |
| --bg-secondary: #161b22; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Three-Layer Memory System — Architecture Reference</title> | |
| <style> | |
| :root { | |
| --bg: #0d1117; | |
| --bg-secondary: #161b22; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>LSE Identity Architecture — Option A</title> | |
| <style> | |
| :root { | |
| --bg: #0f172a; | |
| --surface: #1e293b; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>LSE Identity Architecture — Option A (Separate Audience)</title> | |
| <style> | |
| :root { | |
| --bg: #0f172a; | |
| --surface: #1e293b; |