Fix lorem ipsum page title
This commit is contained in:
parent
363d09b142
commit
ae88316635
@ -87,7 +87,7 @@ const LoremIpsum: Component = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div class={styles.page}>
|
<div class={styles.page}>
|
||||||
<h1>String Length</h1>
|
<h1>Lorem Ipsum</h1>
|
||||||
<h2>Input</h2>
|
<h2>Input</h2>
|
||||||
<h3>Length</h3>
|
<h3>Length</h3>
|
||||||
<input type={'range'} min={0} max={5000} value={length()} oninput={e => setLength(parseInt(e.currentTarget.value))} />
|
<input type={'range'} min={0} max={5000} value={length()} oninput={e => setLength(parseInt(e.currentTarget.value))} />
|
||||||
|
Loading…
Reference in New Issue
Block a user