index.php 1.0 KB

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>~youpster~ your private yt playlist</title>
  5. <meta name="author" content="Frank Gronendahl">
  6. <meta name="Version" content="2.0">
  7. <meta name="notabug" content="https://notabug.org/FrankG/Youpster">
  8. <!youbster is a Fork of https://notabug.org/nipos/youplay>
  9. <meta charset="utf-8">
  10. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <meta name="robots" content="noindex"/>
  13. <link href="youpster.css" rel="stylesheet">
  14. <script src="holaplayer.js"></script>
  15. </head>
  16. <body>
  17. <div id="framecontentTop"> <div class="innertube"> <?php include "header.php"; ?> </div> </div>
  18. <div id="framecontentBottom"> <div class="innertube"> <?php include "footer.php"; ?> </div> </div>
  19. <div id="maincontent"> <div class="innertube"> <?php include "dm.php"; if(!isset($_GET["id"])) { include "videolist.php"; } else { include "videoplayer.php"; } ?> </div> </div>
  20. </body>
  21. </html>