Skip to content

Commit

Permalink
feat(ruto): first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Nandan Sharma authored and Raj Nandan Sharma committed May 24, 2024
1 parent 4648d4e commit 7caaad3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ It uses client-server design pattern to communicate between parent and child win
2. Parent window wants to send a message to child window and expects a reply within x seconds.

## Demo
- [Parent to Iframe](https://ruto-demo.netlify.app/)
- [Parent to Popup](https://ruto-demo.netlify.app/)
- [Parent to Iframe](https://rajnandan1.github.io/ruto/index.html)
- [Parent to Popup](https://rajnandan1.github.io/ruto/index2.html)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Iframe Demo</a>
<a class="nav-link active" aria-current="page" href="index.html">Iframe Demo</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index2.html">Window Demo</a>
<a class="nav-link" href="index2.html">Window Demo</a>
</li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Iframe Demo</a>
<a class="nav-link" aria-current="page" href="index.html">Iframe Demo</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/index2.html">Window Demo</a>
<a class="nav-link active" href="index2.html">Window Demo</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 7caaad3

Please sign in to comment.