Skip to content

Commit b8fd304

Browse files
committed
Updated folder structure
1 parent fd9c17a commit b8fd304

15 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
node/node_modules/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
gtag('config', 'G-MND5VSFMKW');
1515
</script>
1616

17-
<link rel="stylesheet" href="styles.css">
17+
<link rel="stylesheet" href="assets/styles.css">
1818
<!-- make site responsive -->
1919
<meta content='width=device-width, initial-scale=1' name='viewport'/>
2020
<!-- favicons -->
21-
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
22-
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
23-
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
24-
<link rel="manifest" href="favicon_io/site.webmanifest">
21+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon_io/apple-touch-icon.png">
22+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon_io/favicon-32x32.png">
23+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon_io/favicon-16x16.png">
24+
<link rel="manifest" href="assets/favicon_io/site.webmanifest">
2525
</head>
2626

2727
<body>

0 commit comments

Comments
 (0)