edit titles
This commit is contained in:
parent
fddb3e12d8
commit
ebec926a88
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ export default function Root() {
|
|||
return (
|
||||
<Html lang="en">
|
||||
<Head>
|
||||
<Title>SolidStart - Bare</Title>
|
||||
<Title>Ride the Lightning</Title>
|
||||
<Meta charset="utf-8" />
|
||||
<Meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</Head>
|
||||
|
|
|
@ -4,7 +4,7 @@ import Counter from "~/components/Counter";
|
|||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<Title>Lightning</Title>
|
||||
<Title>About Lightning</Title>
|
||||
<h1>About</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
|
@ -3,7 +3,7 @@ import { Title } from "solid-start";
|
|||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<Title>Lightning</Title>
|
||||
<Title>Ride the Lightning</Title>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue