Skip to content

Commit

Permalink
feat: migrate to dev.css 2
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav authored Jul 10, 2024
1 parent 290276a commit 9d663f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Additive</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css">
</head>
<body>
<header>
<h1>Additive</h1>
<nav>
<a>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>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>
</nav>
</header>
Expand Down

0 comments on commit 9d663f1

Please sign in to comment.