Skip to content

Commit

Permalink
Merge pull request #8 from kitbusstopproject/feature/favicon
Browse files Browse the repository at this point in the history
ファビコン修正
  • Loading branch information
NakayamaKeiya authored Oct 19, 2023
2 parents 10033bc + 04d49c2 commit b2368be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="ja">
<head>
<mata charset="utf-8">
<link rel="icon" href="image/favicon.ico" />
<link rel="icon" href="/favicon.ico"/>
<link rel="stylesheet"href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>ああああ</title>
<title>busstop project</title>
</head>

<body>
Expand Down

0 comments on commit b2368be

Please sign in to comment.