dizquetv/web/public/index.html

56 lines
2.3 KiB
HTML

<html>
<head>
<title>dizqueTV</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/favicon.svg" ></link>
<link rel="stylesheet" href="bootstrap-4.4.1-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome-free-5.15.4-web/css/all.css">
<link href="style.css" rel="stylesheet">
<link href="custom.css" rel="stylesheet">
<script src="version.js"></script>
<script src="bundle.js"></script>
</head>
<body ng-app="myApp" style="min-width: 340px;">
<div class="container-fluid">
<h1>
<a href="#!/guide"><img id='dizquetv-logo' src="images/dizquetv.png" alt="logo" ></a>
dizqueTV
<small class="pull-right" style="padding: 5px;">
<a href="https://github.com/vexorian/dizquetv" title='Git Repository'>
<span class="fab fa-github text-sm"></span>
</a>
</small>
<small class="pull-right" style="padding: 5px;">
<a href="https://www.reddit.com/r/dizqueTV" title='Subreddit' >
<span class="fab fa-reddit"></span>
</a>
</small>
<small class="pull-right" style="padding: 5px;">
<a href="https://discord.gg/bgD9XdDvZE" title='Discord' >
<span class="fab fa-discord"></span>
</a>
</small>
</h1>
<a href="#!/guide">{{'topMenu.guide' | i18next}}</a> -
<a href="#!/channels">{{'topMenu.channels' | i18next}}</a> -
<a href="#!/library">{{'topMenu.library' | i18next}}</a> -
<a href="#!/player">{{'topMenu.player' | i18next}}</a> -
<a href="#!/settings">{{'topMenu.settings' | i18next}}</a> -
<a href="#!/version">{{'topMenu.version' | i18next}}</a>
<span class="pull-right">
<span style="margin-right: 15px;">
<a href="/api/xmltv.xml">XMLTV <span class="far fa-file-code"></span></a>
</span>
<span>
<a href="/api/channels.m3u">M3U <span class="far fa-file-video"></span></a>
</span>
</span>
<hr></hr>
<div ng-view></div>
<toast-notifications></toast-notifications>
</div>
</body>
</html>