mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 00:29:44 +08:00
21 lines
1.5 KiB
Plaintext
21 lines
1.5 KiB
Plaintext
<meta charset="utf-8">
|
|
<link rel="apple-touch-icon" sizes="57x57" href="<%= STATIC_URL %>public/img/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="<%= STATIC_URL %>public/img/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="<%= STATIC_URL %>public/img/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="<%= STATIC_URL %>public/img/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="<%= STATIC_URL %>public/img/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="<%= STATIC_URL %>public/img/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="<%= STATIC_URL %>public/img/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="<%= STATIC_URL %>public/img/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= STATIC_URL %>public/img/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= STATIC_URL %>public/img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="<%= STATIC_URL %>public/img/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= STATIC_URL %>public/img/favicon-16x16.png">
|
|
<link rel="manifest" href="<%= STATIC_URL %>public/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<%_ if (locals.customCssUrl) { _%>
|
|
<link href="<%= customCssUrl %>" rel="stylesheet" type="text/css">
|
|
<%_ } _%>
|
|
<%- include data %>
|
|
<base href="<%= BASE_URL %>"/>
|