We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8195787 commit eb16954Copy full SHA for eb16954
index.html
@@ -14,9 +14,9 @@
14
<meta property="og:locale" content="en_US">
15
<meta property="og:site_name" content="forwarderfactory.com">
16
<meta property="og:url" content="forwarderfactory.com">
17
- <link href="/css/ff.css" rel="stylesheet">
18
- <link rel="icon" type="image/x-icon" href="/img/favicon.svg">
19
- <script src="/js/ff.js"></script>
+ <link href="css/ff.css" rel="stylesheet">
+ <link rel="icon" type="image/x-icon" href="img/favicon.svg">
+ <script src="js/ff.js"></script>
20
</head>
21
<body></body>
22
</html>
0 commit comments