mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-04 20:14:59 +01:00
Inlines css and js for docs
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<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" />
|
||||
<script src="script.js" defer></script>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user