From 04a1c2c5516523e43da16370b05b0d37db02ffe5 Mon Sep 17 00:00:00 2001 From: Expo on server <expo@expo.survex.com> Date: Fri, 19 Apr 2024 03:41:18 +0100 Subject: [PATCH] Initial grid.js table attempt - online edit of years/2024/dates-voting.html --- years/2024/dates-voting.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 years/2024/dates-voting.html diff --git a/years/2024/dates-voting.html b/years/2024/dates-voting.html new file mode 100644 index 000000000..cd82eab38 --- /dev/null +++ b/years/2024/dates-voting.html @@ -0,0 +1,16 @@ +<html><head><title>Expo</title></head><body> +<!DOCTYPE html> +<html lang="en"> + <head> + <link + href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css" + rel="stylesheet" + /> + </head> + <body> + <div id="wrapper"></div> + + <script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></script> + <script src="src/dates-voting.js"></script> + </body> +</html></body></html>