add: apple touch iconを設定
This commit is contained in:
parent
805bc5b31f
commit
707d5e597d
@ -1,9 +1,10 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="ja">
|
<html lang="ja">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8"/>
|
||||||
<link rel="icon" href="https://moris.day/favicon.ico" />
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<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%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
Loading…
Reference in New Issue
Block a user