i lied
This commit is contained in:
parent
48279a7da4
commit
a66f416029
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import { randirect } from "./common.tsx";
|
||||
import { Main, randirect } from "./common.tsx";
|
||||
import { render } from "preact-render-to-string";
|
||||
|
||||
// 0 will be hidden (but it will be obvious that that is a thing, i don't think
|
||||
|
@ -107,7 +107,7 @@ if (answer.length != 30) throw `dude ${answer.length}`;
|
|||
|
||||
console.log(
|
||||
render(
|
||||
<>
|
||||
<Main>
|
||||
<a
|
||||
href={randirect(
|
||||
...riddles
|
||||
|
@ -127,6 +127,6 @@ console.log(
|
|||
>
|
||||
see if you have the right answer
|
||||
</a>
|
||||
</>
|
||||
</Main>
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue