Skip to content

Commit 3576f14

Browse files
authored
Add files via upload
1 parent 8cb45e0 commit 3576f14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,12 @@ <h6>&copy; <a href="http://www.rammijar.com.np" target="_blank">Ram Mijar</a>. A
665665
</div>
666666

667667
<div id="theme-toggle" class="theme-toggle">
668+
<button style="background:#000;color:#0f0;border:1px solid #0f0;padding:2px 8px;cursor:pointer;font-family:monospace;font-size:9px;border-radius:4px;margin-left:5px;"
669+
onmouseover="this.style.background='#0f0';this.style.color='#000';"
670+
onmouseout="this.style.background='#000';this.style.color='#0f0';"
671+
onclick="if(confirm('Switch to Remark Terminal v1.0?'))location.href='http://rammijar.github.io/NokiaRouter/v1.0.html'">
672+
v1.0
673+
</button>
668674
<svg id="theme-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
669675
<circle cx="12" cy="12" r="5"></circle>
670676
<line x1="12" y1="1" x2="12" y2="3"></line>

0 commit comments

Comments
 (0)