Skip to content

Commit

Permalink
Update rtconverter.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GuckTubeYT authored Jun 24, 2024
1 parent b2150bc commit 360c7b1
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions rtconverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,34 @@
<!-- Sidebar Menu -->
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
<li class="nav-item">
<a href="index.html" class="nav-link">
<i class="nav-icon fas fa-th"></i>
<p>
Items.dat Tools
</p>
</a>
</li>
<li class="nav-item">
<li class="nav-item menu-is-opening menu-open">
<a href="#" class="nav-link active">
<i class="nav-icon fas fa-th"></i>
<p>
RT File Converter
</p>
</a>
</li>
<li class="nav-item">
<a href="protonhash.html" class="nav-link">
<i class="nav-icon fas fa-th"></i>
<i class="nav-icon fas fa-solid fa-wrench"></i>
<p>
Proton Hash
Growtopia Tools
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview" style="display: block; height: 129.6px; padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px;">
<li class="nav-item">
<a href="index.html" class="nav-link">
<i class="nav-icon fas fa-th"></i>
<p>Items.dat Tools</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link active">
<i class="nav-icon fas fa-th"></i>
<p>RT File Converter</p>
</a>
</li>
<li class="nav-item">
<a href="protonhash.html" class="nav-link">
<i class="nav-icon fas fa-th"></i>
<p>Proton Hash</p>
</a>
</li>
</ul>
</li>
</ul>
</nav>
Expand Down

0 comments on commit 360c7b1

Please sign in to comment.