Skip to content

Commit

Permalink
use google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhazelett authored Feb 7, 2024
1 parent 900a6ac commit 87de15f
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
<!doctype html>
<html>
<html lang="en">

<head>
<title>Armchair Engineering</title>
<head>
<title>Armchair Engineering</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet" />

<!-- Inter, a nice default font. -->
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">

<link rel="stylesheet" href="index.css" />
</head>

<body>
<main class="wrapper">
<div class="logo">
<img src="images/ahi.png" alt="logo" width="96">
</div>
<nav>
<div><a href="https://discord.gg/armchairengineeringsux">Armchair on Discord</a></div>
<div><a href="http://armchairheavyindustries.com/armchair-docs">Armchair Project Docs</a></div>
<div><a href="https://ko-fi.com/armchair">Armchair Ko-fi Donations</a></div>
<div><a href="/videos/videodisplay.html">Random Videos</a></div>
</nav>
</main>
</body>
<link rel="stylesheet" href="index.css" />
</head>

<body>
<main class="wrapper">
<div class="logo">
<img src="images/ahi.png" alt="logo" width="96">
</div>
<nav>
<div><a href="https://discord.gg/armchairengineeringsux">Armchair on Discord</a></div>
<div><a href="https://armchairheavyindustries.com/armchair-docs">Armchair Project Docs</a></div>
<div><a href="https://ko-fi.com/armchair">Armchair Ko-fi Donations</a></div>
<div><a href="/videos/videodisplay.html">Random Videos</a></div>
</nav>
</main>
</body>
</html>

0 comments on commit 87de15f

Please sign in to comment.