Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge authored Aug 11, 2024
1 parent 8dd2dd3 commit 7cf32ae
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<h1>Refined Mods Javadoc</h1>
<ul>
<li><a href="refinedstorage/">Refined Storage</a></li>
<li><a href="refinedstorageaddons/">Refined Storage Addons</a></li>
<li><a href="rangedpumps/">Ranged Pumps</a></li>
</ul>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Refined Mods Javadoc</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<h1>Refined Mods Javadoc</h1>
<ul>
<li><a href="refinedstorage/">Refined Storage</a></li>
<li><a href="refinedstorage2/">Refined Storage 2</a></li>
<li><a href="refinedstorageaddons/">Refined Storage Addons</a></li>
<li><a href="rangedpumps/">Ranged Pumps</a></li>
</ul>
</body>
</html>

0 comments on commit 7cf32ae

Please sign in to comment.