diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-12 16:48:43 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-14 12:36:48 +0200 |
| commit | de62a5da0225b79fcf2460727bb7d765f8be2426 (patch) | |
| tree | 042c7cf1ee26f333df2081e711dc99ba6b599bae /client/dialog/index.html | |
Initial implementation
Diffstat (limited to 'client/dialog/index.html')
| -rw-r--r-- | client/dialog/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/dialog/index.html b/client/dialog/index.html new file mode 100644 index 0000000..cd8443f --- /dev/null +++ b/client/dialog/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Causal Loop Diagram</title> + </head> + <body> + <main></main> + </body> +</html> |