Skip to content

Commit

Permalink
title icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGarrett906 committed Jan 16, 2024
1 parent 86cdff6 commit 70e0d7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>F1 Racer API</title>
<script src="./script.js" defer></script>
<link rel="stylesheet" href="./static/styles.css" />
<link rel="icon" type="image/png" href="./static/images/title-icon.png" class="title-icon">
</head>
<header>
<img src="./static/images/f1-logo.png" alt="F1 Logo" id="f1-logo">
Expand Down
Binary file added static/images/title-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ header {
scale: 105%;
}



#f1-table {
width: 100%;
border-collapse: collapse;
Expand All @@ -83,4 +81,4 @@ header {
width: 250px;
display: block;
margin: 0 auto;
}
}

0 comments on commit 70e0d7c

Please sign in to comment.