Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
~ This Source Code Form is subject to the terms of the Mozilla Public
~ License, v. 2.0. If a copy of the MPL was not distributed with this
~ file, you can obtain one at https://mozilla.org/MPL/2.0/.
~
~
~ Copyright Oxide Computer Company
-->

Expand All @@ -13,6 +13,7 @@
<title>Oxide Console</title>

<meta name="viewport" content="width=1050" />
<meta name="color-scheme" content="dark" />

<link rel="icon" type="image/svg+xml" href="./app/assets/favicon.svg" />
<link rel="icon" type="image/png" href="./app/assets/favicon.png" />
Expand Down
Loading