- public/favicon.svg 신규, 관리자/인증/포털 head에 링크(기존 .ico 폴백 유지) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
342 B
PHP
7 lines
342 B
PHP
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>GBLS</title>
|
|
<link rel="icon" type="image/svg+xml" href="<?= base_url('favicon.svg') ?>"/>
|
|
<link rel="alternate icon" href="<?= base_url('favicon.ico') ?>"/>
|
|
<link rel="apple-touch-icon" href="<?= base_url('favicon.svg') ?>"/>
|