Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix: title case consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 10, 2024
1 parent 012e946 commit 9bc6093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
<meta name="author" content="intergrav" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Downloads · skywardmc/additive</title>
<title>downloads · skywardmc/additive</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2"
Expand All @@ -29,7 +29,7 @@
<body>
<header>
<h4>skywardmc/additive</h4>
<h1>Downloads</h1>
<h1>downloads</h1>
<p>This is the place to download Additive from.</p>
<nav>
<a href="/">home</a>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
<meta name="author" content="intergrav" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home · skywardmc/additive</title>
<title>home · skywardmc/additive</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2"
Expand All @@ -29,7 +29,7 @@
<body>
<header>
<h4>skywardmc/additive</h4>
<h1>Home</h1>
<h1>home</h1>
<p>
A simple and fast open-source OptiFine alternative.
</p>
Expand Down

0 comments on commit 9bc6093

Please sign in to comment.