|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset=utf-8>
|
|
|
|
<link rel=icon type=image/png sizes=96x96 href="/static/img/favicon.png">
|
|
|
|
<meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
|
|
|
|
<title>ReCast</title>
|
|
|
|
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
|
|
|
|
<link href=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css rel=stylesheet>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700,300" rel=stylesheet type=text/css>
|
|
|
|
<link href="/static/css/nucleo-icons.css" rel=stylesheet>
|
|
|
|
<link href="/static/css/app.css" rel=stylesheet>
|
|
|
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:site_name" content="ReCast - a multi platform restreaming tool">
|
|
|
|
<meta property="og:title" content="ReCast - a multi platform restreaming tool">
|
|
|
|
<meta property="og:description" content="Stream to multiple platforms simultaneously!" />
|
|
|
|
<meta property="og:url" content="{{ absolute_url(path('index')) }}">
|
|
|
|
<meta property="og:image" content="{{ absolute_url(path('index')) }}static/img/share.jpg">
|
|
|
|
|
|
|
|
<meta name="twitter:title" content="ReCast - a multi platform restreaming tool" />
|
|
|
|
<meta name="twitter:url" content="{{ absolute_url(path('index')) }}" />
|
|
|
|
<meta name="twitter:image" content="{{ absolute_url(path('index')) }}static/img/share.jpg" />
|
|
|
|
<meta name="twitter:card" content="" />
|
|
|
|
|
|
|
|
<script>
|
|
|
|
var appUrl = '{{ absolute_url(path('index')) }}api';
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id=app></div>
|
|
|
|
<script type=text/javascript src="/static/js/manifest.js"></script>
|
|
|
|
<script type=text/javascript src="/static/js/vendor.js"></script>
|
|
|
|
<script type=text/javascript src="/static/js/app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|