Current section

Files

Jump to
phoenix_storybook lib phoenix_storybook templates layout _favicon.html.heex
Raw

lib/phoenix_storybook/templates/layout/_favicon.html.heex

<link rel="apple-touch-icon" sizes="180x180" href={asset_path(@conn, "favicon/apple-touch-icon.png")}>
<link rel="icon" type="image/png" sizes="32x32" href={asset_path(@conn, "favicon/favicon-32x32.png")}>
<link rel="icon" type="image/png" sizes="16x16" href={asset_path(@conn, "favicon/favicon-16x16.png")}>
<link rel="manifest" href={asset_path(@conn, "favicon/site.webmanifest")}>
<link rel="mask-icon" href={asset_path(@conn, "favicon/safari-pinned-tab.svg")} color="#4F46E5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">