feat: add links

This commit is contained in:
Ayo 2023-10-08 04:26:36 +02:00
parent 5e7e1cbaba
commit 1f8db22472
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<title>top about</title>
</head>
<body>
<a href="/">Home</a>
<h1>Top Level About</h1>
</body>
</html>

View file

@ -6,6 +6,7 @@
<title>Hello Nitro</title>
</head>
<body>
<a href="/about">About</a>
<div>
<hello-world name="Ayo"></hello-world>
</div>