Mercurial > web
changeset 25:204899dd990a
Fix favicon
why does it need this??
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 12 Dec 2021 17:40:40 -0500 |
parents | c281f9be7ccf |
children | 80dfefdf89b8 |
files | index.html music.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Sun Dec 12 17:27:31 2021 -0500 +++ b/index.html Sun Dec 12 17:40:40 2021 -0500 @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> - <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <style> @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap');
--- a/music.html Sun Dec 12 17:27:31 2021 -0500 +++ b/music.html Sun Dec 12 17:40:40 2021 -0500 @@ -1,7 +1,7 @@ <!DOCTYPE html> <head> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> - <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <title>Music - Paper's website</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">