add: apple touch iconを設定
This commit is contained in:
parent
2f93ac9ec8
commit
f1a29182b9
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
|||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="icon" href="https://moris.day/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="icon" href="https://moris.day/favicon.ico"/>
|
||||
<link rel="apple-touch-icon" href="https://moris.day/apple-touch-icon.png"/>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue