Skip to content

Instantly share code, notes, and snippets.

View developerEhsan's full-sized avatar
🎯
Focusing

EHSAN. developerEhsan

🎯
Focusing
View GitHub Profile
@developerEhsan
developerEhsan / SPAwithRouting.html
Last active July 29, 2025 07:10
Create routing in single page application using vanilla JS. with some custom parameters
<!-- 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>