2018-05-18 11:28:29 +02:00
|
|
|
<!DOCTYPE html>
|
2019-09-20 18:22:25 +02:00
|
|
|
<html lang="en">
|
2019-01-21 15:08:22 +01:00
|
|
|
|
|
|
|
<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="<%= BASE_URL %>favicon.ico">
|
2019-10-17 14:20:22 +02:00
|
|
|
<%= VUE_APP_INJECT_COMMENT %>
|
2019-01-21 15:08:22 +01:00
|
|
|
</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>
|
|
|
|
|
2019-04-03 17:29:03 +02:00
|
|
|
</html>
|