|
@@ -6,15 +6,17 @@
|
|
<title>{{.Config.Title}}</title>
|
|
<title>{{.Config.Title}}</title>
|
|
<meta name="description" content="{{.Config.Description}}" />
|
|
<meta name="description" content="{{.Config.Description}}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
- <link rel="icon" type="image/png" href="common/assets/favicon.ico" />
|
|
|
|
- <link rel="stylesheet" href="theme/css/font.css">
|
|
|
|
- <link rel="stylesheet" href="theme/css/normalize.min.css">
|
|
|
|
- <link rel="stylesheet" href="theme/css/skeleton.min.css">
|
|
|
|
- <!-- <link rel="stylesheet" href="css/charts.min.css"> -->
|
|
|
|
- <link rel="stylesheet" href="theme/css/all.min.css">
|
|
|
|
- <link rel="stylesheet" href="common/css/core.css">
|
|
|
|
- <link rel="stylesheet" href="theme/css/magma.css">
|
|
|
|
- <link rel="stylesheet" href="common/css/custom.css">
|
|
|
|
|
|
+
|
|
|
|
+ <link rel="icon" type="image/png" href="/common/assets/favicon.ico" />
|
|
|
|
+
|
|
|
|
+ <link rel="stylesheet" href="/theme/css/font.css">
|
|
|
|
+ <link rel="stylesheet" href="/theme/css/normalize.min.css">
|
|
|
|
+ <link rel="stylesheet" href="/theme/css/skeleton.min.css">
|
|
|
|
+
|
|
|
|
+ <link rel="stylesheet" href="/theme/css/all.min.css">
|
|
|
|
+ <link rel="stylesheet" href="/common/css/core.css">
|
|
|
|
+ <link rel="stylesheet" href="/theme/css/magma.css">
|
|
|
|
+ <link rel="stylesheet" href="/common/css/custom.css">
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
@@ -143,7 +145,7 @@
|
|
document.querySelector("#weather-info").style.visibility = "visible";
|
|
document.querySelector("#weather-info").style.visibility = "visible";
|
|
})();
|
|
})();
|
|
</script>
|
|
</script>
|
|
- <script src="common/js/custom.js"></script>
|
|
|
|
|
|
+ <script src="/common/js/custom.js"></script>
|
|
</body>
|
|
</body>
|
|
|
|
|
|
</html>
|
|
</html>
|