@factor/theme-bulma
Version:
Based on the open source CSS framework that uses flexbox and is used by more than 150,000 developers.
20 lines (16 loc) • 602 B
HTML
<html {{{ factor_html_attr() }}}>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
{{{ factor_head() }}}
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" sizes="120x120" href="/logo-120.png" />
<link rel="shortcut icon" sizes="48x48" href="/favicon.png" />
<meta name="theme-color" content="#FF0076" />
</head>
<body {{{ factor_body_attr() }}}>
<!--vue-ssr-outlet-->
</body>
</html>