Update plugin_manager.html

This commit is contained in:
Jabba 2020-10-13 15:07:07 +00:00 committed by GitHub
parent 8eab4589b4
commit 8cc6d1d1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Settings - ZeroNet</title>
<link rel="stylesheet" href="css/all.css?rev={rev}">
</head>
@ -13,6 +14,6 @@
<div class="content" id="content"></div>
<div class="bottom" id="bottom-restart"></div>
<script type="text/javascript" src="js/all.js?rev={rev}&lang={lang}"></script>
<script src="js/all.js?rev={rev}&lang={lang}"></script>
</body>
</html>