summaryrefslogtreecommitdiff
path: root/react/07-react-router/index.html
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-07-01 20:41:10 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-07-01 20:41:10 +0530
commit282a6af67b7ab8cce02f9c1e517008fbd775cf93 (patch)
treebbe9ca9a6b7808b55282860f5e3d25856afbb8e5 /react/07-react-router/index.html
parent6032e3533fa01cb722d750db13419406da344ae0 (diff)
Added React Router sample app
Diffstat (limited to 'react/07-react-router/index.html')
-rw-r--r--react/07-react-router/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/react/07-react-router/index.html b/react/07-react-router/index.html
new file mode 100644
index 0000000..3ffbc5b
--- /dev/null
+++ b/react/07-react-router/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>react router</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.jsx"></script>
+ </body>
+</html>