Skip to content

Commit

Permalink
started collecting blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nobleknightt authored Jan 7, 2024
0 parents commit 9e90a19
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Source+Code+Pro&display=swap" rel="stylesheet">
<title>Fonts</title>

<style>
body {
color: #24292e;
background-color: #24292e;
font-family: 'Source Code Pro', monospace;
font-size: 24px;
letter-spacing: -2px;
}

a {
color: #d0d8e1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
</style>
</head>

<body>
<ul>
<li>
<a href="https://alexsaveau.dev/">alexsaveau.dev</a>
</li>
<li>
<a href="https://www.joshwcomeau.com/">www.joshwcomeau.com</a>
</li>
</ul>
</body>

</html>

0 comments on commit 9e90a19

Please sign in to comment.