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