From d5e351331f9bc34ca2981e47f4dab79f014c1a23 Mon Sep 17 00:00:00 2001 From: yomaytk Date: Wed, 23 Oct 2024 01:26:18 +0000 Subject: [PATCH] Add sample html script for xterm-pty. --- .gitignore | 4 +++- examples/browser/exe.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 examples/browser/exe.html diff --git a/.gitignore b/.gitignore index 38ed1de..7814044 100644 --- a/.gitignore +++ b/.gitignore @@ -116,4 +116,6 @@ examples/tests # release SHA* -elfconv-v* \ No newline at end of file +elfconv-v* + +!examples/browser/exe.html \ No newline at end of file diff --git a/examples/browser/exe.html b/examples/browser/exe.html new file mode 100644 index 0000000..8a076df --- /dev/null +++ b/examples/browser/exe.html @@ -0,0 +1,29 @@ + + + + + + + + +
+ + + \ No newline at end of file