-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |