diff --git a/.gitignore b/.gitignore
index 4346654..a2c2fb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@ data/*
figures/*
-laundry_status.html
+html/laundry_status.html
diff --git a/favicon_header.html b/favicon_header.html
new file mode 100644
index 0000000..52c8713
--- /dev/null
+++ b/favicon_header.html
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/html/android-chrome-192x192.png b/html/android-chrome-192x192.png
new file mode 100644
index 0000000..c3c4ddd
Binary files /dev/null and b/html/android-chrome-192x192.png differ
diff --git a/html/android-chrome-512x512.png b/html/android-chrome-512x512.png
new file mode 100644
index 0000000..288521b
Binary files /dev/null and b/html/android-chrome-512x512.png differ
diff --git a/html/apple-touch-icon.png b/html/apple-touch-icon.png
new file mode 100644
index 0000000..9d2ccb2
Binary files /dev/null and b/html/apple-touch-icon.png differ
diff --git a/html/browserconfig.xml b/html/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/html/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/html/favicon-16x16.png b/html/favicon-16x16.png
new file mode 100644
index 0000000..887cdf5
Binary files /dev/null and b/html/favicon-16x16.png differ
diff --git a/html/favicon-32x32.png b/html/favicon-32x32.png
new file mode 100644
index 0000000..19f4ae5
Binary files /dev/null and b/html/favicon-32x32.png differ
diff --git a/html/favicon.ico b/html/favicon.ico
new file mode 100644
index 0000000..412f678
Binary files /dev/null and b/html/favicon.ico differ
diff --git a/html/laundry-machine.png b/html/laundry-machine.png
new file mode 100644
index 0000000..3a66a3e
Binary files /dev/null and b/html/laundry-machine.png differ
diff --git a/html/mstile-150x150.png b/html/mstile-150x150.png
new file mode 100644
index 0000000..ee4e9ae
Binary files /dev/null and b/html/mstile-150x150.png differ
diff --git a/html/safari-pinned-tab.svg b/html/safari-pinned-tab.svg
new file mode 100644
index 0000000..1d67cfb
--- /dev/null
+++ b/html/safari-pinned-tab.svg
@@ -0,0 +1,77 @@
+
+
+
diff --git a/html/site.webmanifest b/html/site.webmanifest
new file mode 100644
index 0000000..b20abb7
--- /dev/null
+++ b/html/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/laundry_status.Rmd b/laundry_status.Rmd
index 67ef0a3..3588deb 100644
--- a/laundry_status.Rmd
+++ b/laundry_status.Rmd
@@ -1,6 +1,9 @@
---
title: "Laundry Status"
-output: html_document
+output:
+ html_document:
+ includes:
+ in_header: favicon_header.html
---
updated: `r format(Sys.time(), format = "%A %I:%M %p", tz = "America/Chicago")`