diff --git a/.eleventy.js b/.eleventy.js
index f184d44..92e497d 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -11,6 +11,10 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({
"./projects/FrontendMentor": "FrontendMentor",
});
+ eleventyConfig.addPassthroughCopy({
+ "./src/assets/faviconstuff": "/",
+ });
+
//eleventyConfig.addPassthroughCopy({
// "./src/assets/images": "img",
//});
diff --git a/.gitignore b/.gitignore
index 8c1885f..1ea13d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,21 @@ src/_includes/css
# my chosen output directory.
www
+#### From FrontEnd Mentor gitignore. Just to avoid accidentally uploading design files
+#
+# Avoid accidental upload of the Sketch and Figma design files
+#####################################################
+## Please do not remove lines 5 and 6 - thanks! 🙂 ##
+#####################################################
+*.sketch
+*.fig
+
+# Avoid accidental XD upload if you convert the design file
+###############################################
+## Please do not remove line 12 - thanks! 🙂 ##
+###############################################
+*.xd
+.prettierignore
# ---> macOS
# General
diff --git a/src/assets/faviconstuff/android-chrome-192x192.png b/src/assets/faviconstuff/android-chrome-192x192.png
new file mode 100644
index 0000000..07a0dfa
Binary files /dev/null and b/src/assets/faviconstuff/android-chrome-192x192.png differ
diff --git a/src/assets/faviconstuff/android-chrome-512x512.png b/src/assets/faviconstuff/android-chrome-512x512.png
new file mode 100644
index 0000000..1cde62b
Binary files /dev/null and b/src/assets/faviconstuff/android-chrome-512x512.png differ
diff --git a/src/assets/faviconstuff/apple-touch-icon.png b/src/assets/faviconstuff/apple-touch-icon.png
new file mode 100644
index 0000000..7aa3410
Binary files /dev/null and b/src/assets/faviconstuff/apple-touch-icon.png differ
diff --git a/src/assets/faviconstuff/browserconfig.xml b/src/assets/faviconstuff/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/src/assets/faviconstuff/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
Intended for just little snippets of code that look useful
- The Playground + The Playground