mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
9 lines
276 B
HTML
9 lines
276 B
HTML
<link rel="shortcut icon" href="/assets/waveterm-logo-with-bg.ico" />
|
|
<link rel="icon" type="image/png" href="/assets/waveterm-logo-with-bg.png" sizes="250x250" />
|
|
<style>
|
|
.sidebar-header img {
|
|
max-width: 150px !important;
|
|
max-height: 100px !important;
|
|
}
|
|
</style>
|