diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-13 14:08:30 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-13 14:08:30 -0500 |
| commit | f3e34894694ff9446f23d518f58c7053e157b737 (patch) | |
| tree | cac65f15caf45771cc561430a33011f9cda80dfb /404.html | |
| parent | 5495d29c5c49616ef2705e72d4fa90fd647f6117 (diff) | |
Updated CSS for Code Tag and ul Tag
Diffstat (limited to '404.html')
| -rwxr-xr-x | 404.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,11 @@ <link href="favicon.ico" rel="icon" sizes="any"> </head> <body> - <ul> - <li><a href="https://jacobmcdonnell.com/">home</a></li> - <li><a href="https://github.com/JacobMcDonnell">github</a></li> - <li><a href="https://jacobmcdonnell.com/#projects">projects</a></li> - <li><a href="https://jacobmcdonnell.com/#about">about</a></li> + <ul class="topBar"> + <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li> + <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li> + <li class="topLink"><a href="https://jacobmcdonnell.com/#projects">projects</a></li> + <li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li> </ul> <div class="main"> <center> |
