48 lines
2.0 KiB
HTML
48 lines
2.0 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-16.png" sizes="16x16"></link>
|
|
<link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32"></link>
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
|
|
<link href="style.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">
|
|
<h1>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/U64P9MR" title='Discord' >
|
|
<span class="fab fa-discord"></span>
|
|
</a>
|
|
</small>
|
|
</h1>
|
|
<a href="#!/channels">Channels</a> - <a href="#!/guide">Guide</a> - <a href="#!/settings">Settings</a> - <a href="#!/version">Version</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/>
|
|
<div ng-view></div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |