svg.escobar.life

A simple SVG markup editor for the web

Commit
656a43699765a7e8191c03b3c7471c3604aa2c85
Parent
4bfe981d3ef9cf4b09ec0d3c56d7fba05cac3432
Author
Gark Garcia <37553739+GarkGarcia@users.noreply.github.com>
Date

Patched icon paths.

Diffstat

2 files changed, 14 insertions, 14 deletions

Status File Name N° Changes Insertions Deletions
Modified build/template.html 14 7 7
Modified index.html 14 7 7
diff --git a/build/template.html b/build/template.html
@@ -6,14 +6,14 @@
 	    <meta name="viewport" content="width=device-width, initial-scale=1">
 	    <link rel="stylesheet" href="{stylesheet}">
 
-        <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
-        <link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
-        <link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
-        <link rel="manifest" href="/assets/icons/site.webmanifest">
-        <link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#b362ff">
-        <link rel="shortcut icon" href="/assets/icons/favicon.ico">
+        <link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
+        <link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png">
+        <link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png">
+        <link rel="manifest" href="assets/icons/site.webmanifest">
+        <link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#b362ff">
+        <link rel="shortcut icon" href="assets/icons/favicon.ico">
         <meta name="msapplication-TileColor" content="#9f00a7">
-        <meta name="msapplication-config" content="/assets/icons/browserconfig.xml">
+        <meta name="msapplication-config" content="assets/icons/browserconfig.xml">
         <meta name="theme-color" content="#ffffff">
 
         <script src="script.min.js"></script>
diff --git a/index.html b/index.html
@@ -6,14 +6,14 @@
 	    <meta name="viewport" content="width=device-width, initial-scale=1">
 	    <link rel="stylesheet" href="styles.css">
 
-        <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
-        <link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
-        <link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
-        <link rel="manifest" href="/assets/icons/site.webmanifest">
-        <link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#b362ff">
-        <link rel="shortcut icon" href="/assets/icons/favicon.ico">
+        <link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
+        <link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png">
+        <link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png">
+        <link rel="manifest" href="assets/icons/site.webmanifest">
+        <link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#b362ff">
+        <link rel="shortcut icon" href="assets/icons/favicon.ico">
         <meta name="msapplication-TileColor" content="#9f00a7">
-        <meta name="msapplication-config" content="/assets/icons/browserconfig.xml">
+        <meta name="msapplication-config" content="assets/icons/browserconfig.xml">
         <meta name="theme-color" content="#ffffff">
 
         <script src="script.min.js"></script>