Skip to content

Commit eb16954

Browse files
committed
Fix
1 parent 8195787 commit eb16954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<meta property="og:locale" content="en_US">
1515
<meta property="og:site_name" content="forwarderfactory.com">
1616
<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>
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>
2020
</head>
2121
<body></body>
2222
</html>

0 commit comments

Comments
 (0)