feat(ui): ikonları ve viewport ayarlarını güncelle
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
<html lang="tr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="/icons/favicon.PNG" />
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||
/>
|
||||
<meta name="theme-color" content="#f4efe7" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<title>Memos Notes</title>
|
||||
|
||||
Reference in New Issue
Block a user