You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
215 B
8 lines
215 B
<head>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
</head>
|
|
<h1>Single Page App</h1>
|
|
<h2>Location: <span></span></h2>
|
|
<script>
|
|
document.querySelector('h2 span').textContent = window.location.pathname
|
|
</script>
|