Skip to content

Commit ef315b2

Browse files
Fixed favicon display
Added local ico, remote one doesn't display properly
1 parent 8d4292b commit ef315b2

15 files changed

Lines changed: 14 additions & 15 deletions

assets/ico/favicon.ico

9.44 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<title>AnySection</title>
66
<script src="https://cdn.jsdelivr.net/npm/p5@1.3.0/lib/p5.js"></script>
77
<link rel="stylesheet" type="text/css" href="style.css">
8-
<link rel="icon" type="image/x-icon"
9-
href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
8+
<link rel="icon" type="image/x-icon" href="assets/ico/favicon.ico">
109
</head>
1110

1211
<body>

pages/c-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="c-profile.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/cylinder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="cylinder.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/elliptic-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="elliptic-bar.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/h-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="h-profile.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/hexagonal-prism.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="hexagonal-prism.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/hollow-cylinder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="hollow-cylinder.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/hollow-elliptic-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="hollow-elliptic-bar.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

pages/hollow-rectangle-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="common.js"></script>
88
<script src="hollow-rectangle-bar.js"></script>
99
<link rel="stylesheet" type="text/css" href="../style.css">
10-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
10+
<link rel="icon" type="image/x-icon" href="../assets/ico/favicon.ico">
1111
</head>
1212

1313
<body>

0 commit comments

Comments
 (0)