We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ember-web-app
1 parent 03fb901 commit c69ace9Copy full SHA for c69ace9
app/index.html
@@ -12,6 +12,9 @@
12
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
13
<link rel="stylesheet" href="{{rootURL}}assets/cargo.css">
14
15
+ <link rel="manifest" href="{{rootURL}}manifest.webmanifest">
16
+ <meta name="msapplication-config" content="{{rootURL}}browserconfig.xml">
17
+
18
{{content-for 'head-footer'}}
19
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
20
<link rel="icon" href="/cargo.png" type="image/png">
0 commit comments