mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
Fixes js error
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<title>Dozzle - Log viewer for Docker</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto|Gafta&display=swap" rel="stylesheet" />
|
||||
<link rel="stylesheet" type="text/css" href="style.scss" inline="inline"/>
|
||||
<script src="script.js" inline="inline"></script>
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -76,5 +75,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="script.js" inline="inline"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user