diff options
author | dan <[email protected]> | 2023-05-16 11:24:36 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 11:24:36 -0400 |
commit | c3f8712140b84542eeec79b5a039bfdc3c327e68 (patch) | |
tree | 1953d789a4b31671ce83b9c0f27d90eb567e8f33 /index.html | |
parent | 67895673ac3614003e6c3652892865f112d445b3 (diff) | |
download | simple-comments-widget-c3f8712140b84542eeec79b5a039bfdc3c327e68.tar.gz simple-comments-widget-c3f8712140b84542eeec79b5a039bfdc3c327e68.tar.bz2 simple-comments-widget-c3f8712140b84542eeec79b5a039bfdc3c327e68.zip |
feat: add demo page for github pages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6fad70f --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="style.css"> + </head> + <h1> Comments Demo Page </h1> + <object width="100%" height="1000vh" type="text/html" data="client.html"></object> +</html> |