Add manifest declaration into common header

pull/361/head
lolimay 2019-06-21 01:08:45 +08:00
parent b9eaf59a58
commit d5adfa6788
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
<link href="<?php echo STATIC_PATH;?>images/common/ico.png?ver=<?php echo KOD_VERSION;?>" rel="icon" type="image/x-icon">
<link href="<?php echo STATIC_PATH;?>style/common.css?ver=<?php echo KOD_VERSION;?>" rel="stylesheet"/>
<link href="./static/style/font-awesome/css/font-awesome.css?ver=<?php echo KOD_VERSION;?>" rel="stylesheet">
<link rel="manifest" href="./static/manifest.json">
<!--[if IE 7]>
<link rel="stylesheet" href="./static/style/font-awesome/css/font-awesome-ie7.css">
<![endif]-->