UNPKG

@zeix/ui-element

Version:

UIElement - a HTML-first library for reactive Web Components

28 lines 873 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us</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>About Our Company</h1> <p>This is the about page content for testing context-router navigation.</p> <p>We are a company that builds amazing web components.</p> <a href="/test/mock/contact.html">Contact Us</a> <a href="/test/mock/home.html">Back to Home</a> </main> <aside> <h2>Company Info</h2> <p>Founded in 2023, we specialize in modern web technologies.</p> </aside> </body> </html>