24 lines
798 B
Elixir
24 lines
798 B
Elixir
|
<!DOCTYPE html>
|
||
|
<html class="has-navbar-fixed-top">
|
||
|
|
||
|
<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="icon" href="<%= static_path(@conn, "/js/favicon.ico") %>">
|
||
|
<link rel="stylesheet" href="//cdn.materialdesignicons.com/3.5.95/css/materialdesignicons.min.css">
|
||
|
<title>mobilizon</title>
|
||
|
<%= if assigns[:object], do: Metadata.build_tags(@object) %>
|
||
|
</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 -->
|
||
|
<script src="<%= static_path(@conn, "/js/app.js") %>"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|