UNPKG

@zeix/ui-element

Version:

UIElement - a HTML-first library for reactive Web Components

26 lines 725 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Home Page</title> </head> <body> <header> <nav> <a href="/test/mock/home.html">Home</a> <a href="/test/mock/about.html">About</a> <a href="/test/mock/contact.html">Contact</a> </nav> </header> <main> <h1>Welcome to Home Page</h1> <p>This is the home page content for testing context-router navigation.</p> <a href="/test/mock/about.html">Go to About</a> </main> <aside> <h2>Sidebar</h2> <p>This content is in the aside element.</p> </aside> </body> </html>