From 1d773dcb073e4133ff33780284eae10facaee690 Mon Sep 17 00:00:00 2001 From: ako Date: Wed, 11 Mar 2026 14:49:02 +0100 Subject: [PATCH] feat: add HTML shell for P2P polling app Defines the app layout with sections for: - Status indicator for document load state - Option input and add button - Duplicate warning message area - Timer section with start-voting button - Options list for rendered poll items - Copy URL button for sharing Co-Authored-By: Claude Sonnet 4.6 --- index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..1a1196b --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + P2P Polling App + + + +
+

P2P Polling App

+
+
+ + +
+ +
+
+ +
+
+ +
+ + +