fix: Avoiding caching.

This commit is contained in:
sergiotarxz 2021-01-22 13:51:41 +01:00
parent 7feda0e461
commit 304d8c2e8d
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<html>
<head>
<script src="js/peertube-dl-web.js"></script>
<link rel="stylesheet" href="css/index.css"></script>
<script src="js/peertube-dl-web.js?v=1"></script>
<link rel="stylesheet" href="css/index.css?v=1"></script>
<link rel="icon" type="image/png" href="img/peertube-dl-logo.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Peertube-dl Web</title>