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>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/">Home</a>
|
||||
<h1>Top Level About</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<title>Hello Nitro</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/about">About</a>
|
||||
<div>
|
||||
<hello-world name="Ayo"></hello-world>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue