beanstalkd-dashboard 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/favicon.ico +0 -0
- package/dist/index.html +1 -0
- package/package.json +1 -1
package/dist/favicon.ico
ADDED
|
Binary file
|
package/dist/index.html
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
6
7
|
<title>beanstalkd dashboard</title>
|
|
7
8
|
<script type="module" crossorigin src="/assets/index-N_ss1O2V.js"></script>
|
|
8
9
|
<link rel="stylesheet" crossorigin href="/assets/index-BDcT3jO0.css">
|