Skip to content

Commit

Permalink
SPA Router commit #2 (homework for lection #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
otus-learning committed Sep 4, 2022
1 parent 204341f commit 38bb664
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 497 deletions.
8 changes: 4 additions & 4 deletions coverage/badges.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</head>
<body>
<section id="#app" class="main-container">
<a href="/">Home</a>
<a href="/Link1">Link 1</a>
<a href="/Link2">Link 2</a>
<a href="/Link3">Link 3</a>
<a href="/Link4">Link 4</a>
<a href="/Link5">Link 5</a>
<a href="/Link6">Link 6</a>
<a href="/links/Link7">Comprehensive link</a>
<a href="/otus-learning/">Home</a>
<a href="/otus-learning/Link1">Link 1</a>
<a href="/otus-learning/Link2">Link 2</a>
<a href="/otus-learning/Link3">Link 3</a>
<a href="/otus-learning/Link4">Link 4</a>
<a href="/otus-learning/Link5">Link 5</a>
<a href="/otus-learning/Link6">Link 6</a>
<a href="/otus-learning/Link7">Link with another render</a>
<div id="logs" class="main-container__log log-container"></div>
</section>
</body>
Expand Down
Loading

0 comments on commit 38bb664

Please sign in to comment.