Browse Source

Fix wrong css link + add comment on import

Joachim M. Giæver 4 years ago
parent
commit
09e42f19d1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -2,8 +2,8 @@
 <html>
     <head>
         <title>Alt. youtube player</title>
-        <link rel="stylesheet" href="./alt-yt-player.js" />
-        </style>
+        <link rel="stylesheet" href="./alt-yt-player.css" />
+        <!--link rel="stylesheet" href="https://git.giaever.org/Magy/alt-youtube-player/raw/master/alt-yt-player.css"/-->
         <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
     </head>
     <body>
@@ -38,5 +38,6 @@
         
         <!-- You need this before the </body>-tag (closing) -->
         <script src="./alt-yt-player.js"></script>
+        <!--script src="https://git.giaever.org/Magy/alt-youtube-player/raw/master/alt-yt-player.js"></script-->
     </body>
 </html>