From a3f0df906856a44dda2c008c90588dbaee4f57fd Mon Sep 17 00:00:00 2001 From: TreetopFlyer Date: Sun, 3 Apr 2022 08:15:22 -0400 Subject: [PATCH] idk --- index.html | 2 +- project.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 project.html diff --git a/index.html b/index.html index 5ca13ce..ccebb40 100755 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ import { h, render, createContext, Fragment } from 'https://cdn.skypack.dev/preact'; import { useReducer, useState } from 'https://cdn.skypack.dev/preact/hooks'; import { css, cx } from 'https://cdn.skypack.dev/@emotion/css'; - import htm from 'https://unpkg.com/htm?module'; + import htm from 'https://cdn.skypack.dev/htm'; const html = htm.bind(h); let PivotForm = props => diff --git a/project.html b/project.html new file mode 100644 index 0000000..11267f3 --- /dev/null +++ b/project.html @@ -0,0 +1,60 @@ +
+ + \ No newline at end of file