diff options
author | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-05-01 16:03:01 -0400 |
---|---|---|
committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-05-01 16:03:01 -0400 |
commit | 5875b89ed114ee7a912167b5a609d1cf1da54a53 (patch) | |
tree | 9dc2804853e8cc540659354e27ce5cf3ffaaec12 /index.html | |
parent | ece0f56d29509685f9b61642056f15f84a8a0726 (diff) |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,7 @@ <meta charset="utf-8"> <link rel="stylesheet" href="/index.css"> <title>Matthew Kosarek</title> + <link href='https://fonts.googleapis.com/css?family=Noto Sans' rel='stylesheet'> <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> <meta name="description" content="The personal website of Matthew kosarek"> </head> @@ -15,7 +16,6 @@ </div> <header> - <h1>Matthew Kosarek</h1> <nav> <ul> <li><a href='/'>🏡 Home</a></li> |