update index.html

This commit is contained in:
idk
2022-08-29 01:00:51 -04:00
parent cd87569359
commit 8170ddbce2
2 changed files with 15 additions and 1 deletions

View File

@ -17,6 +17,11 @@
<div id="shownav">
<div id="hidenav">
<ul>
<li>
<a href="..">
Up one level ^
</a>
</li>
<li>
<a href="index.html">
index
@ -173,6 +178,15 @@
<span>}</span>
</pre>
</div>
<div id="sourcecode">
<ul>
<li>
<a href="https://github.com/eyedeekay/onramp.git">
Source Code: (https://github.com/eyedeekay/onramp.git)
</a>
</li>
</ul>
</div>
<div>
<a href="#show">
Show license

View File

@ -153,5 +153,5 @@ input {
#navbar {
float: right;
width: 10%;
width: 15%;
}