docs.. examples
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
{
|
||||
"spa": "spa.html"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
body {
|
||||
background-color: IndianRed;
|
||||
}
|
@ -1 +0,0 @@
|
||||
<h1>one</h1>
|
@ -1,8 +0,0 @@
|
||||
<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>
|
Reference in New Issue
Block a user