Skip to content

Commit

Permalink
icons and webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gronke committed May 2, 2021
1 parent e0f3a0a commit c0eb222
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions favicon.ico
Binary file added images/.DS_Store
Binary file not shown.
Binary file added images/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<title>ROS Dashboard</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<script type="module" crossorigin="use-credentials">
import './elements/router.js';
</script>
<!-- <link rel="stylesheet" href="style.css"/>-->
<!-- <link rel="stylesheet" href="flexboxgrid.css"/>-->

<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.css"/>
<link rel="stylesheet" href="dashboard.css"/>
<style>
Expand Down
16 changes: 16 additions & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Radically Open Security",
"short_name": "ROS",
"icons": [
{
"src": "images/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#F06000",
"scope": "https://git.radicallyopensecurity.com/board/",
"lang": "en-US"
}

0 comments on commit c0eb222

Please sign in to comment.