Files
hiring-test-one/test/fixture/spa/spa.html
2015-11-15 14:53:25 +00:00

9 lines
214 B
HTML

<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>