This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Simple single page routing example that shows how routing is made in JS --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Vanilla.js | SPA Routing Example</title> | |
| </head> | |
| <body> | |
| <nav> | |
| <ul> | |
| <li><a href="/">Home</a></li> |