Skip to content

Commit

Permalink
feat: use dev.css sidebar addon
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 12, 2024
1 parent 3534bc1 commit ce985dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
15 changes: 11 additions & 4 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3/addon/header-sidebar.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css"
Expand All @@ -32,10 +36,13 @@ <h4>skywardmc/additive</h4>
<h1>downloads</h1>
<p>This is the place to download Additive from.</p>
<nav>
<a href="/">home</a> / <a href="/downloads">downloads</a> /
<a href="https://modrinth.com/project/additive">modrinth</a> /
<a href="https://github.com/skywardmc/additive/wiki">wiki</a> /
<a href="https://github.com/skywardmc/additive">git</a>
<ul>
<li><a href="/">home</a></li>
<li><a href="/downloads">downloads</a></li>
<li><a href="https://modrinth.com/project/additive">modrinth</a></li>
<li><a href="https://github.com/skywardmc/additive/wiki">wiki</a></li>
<li><a href="https://github.com/skywardmc/additive">git</a></li>
</ul>
</nav>
</header>

Expand Down
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3/addon/header-sidebar.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css"
Expand All @@ -31,10 +35,13 @@
<h1>skywardmc/additive</h1>
<p>A simple and fast open-source OptiFine alternative.</p>
<nav>
<a href="/">home</a> / <a href="/downloads">downloads</a> /
<a href="https://modrinth.com/project/additive">modrinth</a> /
<a href="https://github.com/skywardmc/additive/wiki">wiki</a> /
<a href="https://github.com/skywardmc/additive">git</a>
<ul>
<li><a href="/">home</a></li>
<li><a href="/downloads">downloads</a></li>
<li><a href="https://modrinth.com/project/additive">modrinth</a></li>
<li><a href="https://github.com/skywardmc/additive/wiki">wiki</a></li>
<li><a href="https://github.com/skywardmc/additive">git</a></li>
</ul>
</nav>
</header>

Expand Down

0 comments on commit ce985dc

Please sign in to comment.