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> <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>

View file

@ -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>