diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-30 11:34:25 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-30 11:34:25 +0200 |
commit | f74523c96a890529544e9dec6df7fcc1827cee48 (patch) | |
tree | bc2553da7f569002f50b87db029c2e3635a8b1e3 /pages/index.tsx | |
parent | 7f1dbd0eb19519c36bc3b5d3197a592ff5cd6f10 (diff) |
chapter heading parsing with hierarchy stuffs
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index b4f8993..675d159 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -90,7 +90,7 @@ export default function Home() { <a href="https://blog.pipeframe.xyz">Here's a link</a> <Button text="gert" onclick={() => alert("Hallo wereld!")}/> <Button text="gert2" href="https://github.com/lonkaars"/> - <Image src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fbarkpost-assets.s3.amazonaws.com%2Fwp-content%2Fuploads%2F2013%2F11%2FplainDoge.jpg&f=1&nofb=1" title="fonny doge meme big laugh hahaha funni image big fonny me laugh because image fonne"/> + <Image src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fbarkpost-assets.s3.amazonaws.com%2Fwp-content%2Fuploads%2F2013%2F11%2FplainDoge.jpg&f=1&nofb=1" alt="fonny doge meme big laugh hahaha funni image big fonny me laugh because image fonne"/> <Seperator/> <p> |