Skip to content

Commit

Permalink
Update Feather icons, Bootstrap and font, remove redundant JS
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Nov 13, 2021
1 parent 75e9d57 commit 77fde94
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>IPTV-ReStream</title>
<link rel="stylesheet" href="stylesheets/style.css">
<script src="https://unpkg.com/[email protected]/dist/feather.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis&display=swap">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/feather.min.js" integrity="sha384-uO3SXW5IuS1ZpFPKugNNWqTZRRglnUJK6UAZ/gxOX80nxEkN9NcGZTftn6RzhGWE" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Dosis&display=swap" rel="stylesheet">
</head>

0 comments on commit 77fde94

Please sign in to comment.