Skip to content

Commit

Permalink
Hide Copyright on print + favicon/ icon assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Mar 6, 2024
1 parent 1066085 commit f4a52a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<title>Quote Test</title>
<link rel="icon" href="./images/logo.png">
<link rel="stylesheet" href="./style/index.css" />
</head>

Expand Down
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions quoteTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Quote Test</title>
<link rel="stylesheet" href="./style/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./images/logo.png">

</head>

Expand Down
4 changes: 4 additions & 0 deletions style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,10 @@ a {
margin-top: 1px;
}

.footer {
display: none;
}

}

@media screen and (max-width: 653px) {
Expand Down

0 comments on commit f4a52a4

Please sign in to comment.