From 1fa71c74746401a0d55938802338d74324b07705 Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Mon, 5 Mar 2018 16:04:55 +0530 Subject: [PATCH] first commit, basic embed + message passing --- README.md | 1 + index.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..8313849 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Experiments and examples using Pad.ma Embeds diff --git a/index.html b/index.html new file mode 100644 index 0000000..116dabc --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ + + + + + + + + + + + \ No newline at end of file