Skip to content

Commit

Permalink
feat: curioweb: add favicon (#11804)
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k authored Apr 2, 2024
1 parent 2a0d897 commit a40cced
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions curiosrc/web/hapi/web/root.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script type="module" src="chain-connectivity.js"></script>
<link rel="stylesheet" href="/main.css">
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
</head>
<body>
<div class="app-head">
Expand Down
1 change: 1 addition & 0 deletions curiosrc/web/static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions curiosrc/web/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@
.deadline-faulty {
background-color: red;
}
.logo {
display: inline-block;
}
</style>
</head>
<body>
<div class="app-head">
<div class="logo">
<img src="favicon.svg" alt="Curio Logo" style="height: 64px; margin: 8px;">
</div>
<div class="head-left">
<h1>Curio Cluster</h1>
</div>
Expand Down

0 comments on commit a40cced

Please sign in to comment.