feat: add links
This commit is contained in:
parent
5e7e1cbaba
commit
1f8db22472
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
<title>top about</title>
|
<title>top about</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="/">Home</a>
|
||||||
<h1>Top Level About</h1>
|
<h1>Top Level About</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Hello Nitro</title>
|
<title>Hello Nitro</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="/about">About</a>
|
||||||
<div>
|
<div>
|
||||||
<hello-world name="Ayo"></hello-world>
|
<hello-world name="Ayo"></hello-world>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue