fix(explorer): unify header and dark mode theme with global standard
This commit is contained in:
@@ -5,9 +5,12 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>AITBC Explorer</title>
|
||||
<link rel="stylesheet" href="/assets/css/site-header.css">
|
||||
</head>
|
||||
<body>
|
||||
<div data-global-header></div>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script src="/assets/js/global-header.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user