456e987af8
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang={Map.get(assigns, :locale, "en")} dir={language_direction(assigns)}>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-152x152.png" sizes="152x152" />
|
|
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color={theme_color()} />
|
|
<meta name="theme-color" content={theme_color()} />
|
|
<link rel="preload" href="/img/shape-1.svg" as="image" />
|
|
<link rel="preload" href="/img/shape-2.svg" as="image" />
|
|
<link rel="preload" href="/img/shape-3.svg" as="image" />
|
|
<%= tags(assigns) || assigns.tags %>
|
|
<%= Vite.inlined_phx_manifest() %>
|
|
<%= Vite.vite_client() %>
|
|
<%= Vite.vite_snippet("src/main.ts") %>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>
|
|
We're sorry but Mobilizon doesn't work properly without JavaScript enabled. Please enable it to continue.
|
|
</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|