Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 1ec6d41

Browse files
committed
Link to GitHub
1 parent 8017880 commit 1ec6d41

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

netcode.io.demoserver/basic.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
<li><a href="/">Home</a></li>
124124
<li class="active"><a href="/basic">Basic Test</a></li>
125125
</ul>
126+
<ul class="nav navbar-nav navbar-right">
127+
<li><a href="https://github.com/RedpointGames/netcode.io-browser" target="_blank">GitHub</a></li>
128+
</ul>
126129
</div>
127130
</div>
128131
</nav>

netcode.io.demoserver/index.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
<li class="active"><a href="/">Home</a></li>
128128
<li><a href="/basic">Basic Test</a></li>
129129
</ul>
130+
<ul class="nav navbar-nav navbar-right">
131+
<li><a href="https://github.com/RedpointGames/netcode.io-browser" target="_blank">GitHub</a></li>
132+
</ul>
130133
</div>
131134
</div>
132135
</nav>

0 commit comments

Comments
 (0)