diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..5330a81
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,25 @@
+RewriteEngine on
+
+RewriteCond %{SERVER_PORT} 80
+RewriteRule .* https://%{HTTP_HOST} [R=301,L]
+
+
+ ExpiresActive On
+ ExpiresDefault "access plus 7200 seconds"
+ ExpiresByType image/jpg "access plus 1 week"
+ ExpiresByType image/jpeg "access plus 1 week"
+ ExpiresByType image/png "access plus 1 week"
+ ExpiresByType image/gif "access plus 1 week"
+ ExpiresByType image/svg+xml "access plus 1 week"
+ AddType image/x-icon .ico
+ ExpiresByType image/ico "access plus 1 week"
+ ExpiresByType image/icon "access plus 1 week"
+ ExpiresByType image/x-icon "access plus 1 week"
+ ExpiresByType text/css "access plus 1 week"
+ ExpiresByType text/javascript "access plus 1 week"
+ ExpiresByType text/html "access plus 7200 seconds"
+ ExpiresByType application/xhtml+xml "access plus 7200 seconds"
+ ExpiresByType application/javascript "access plus 1 week"
+ ExpiresByType application/x-javascript "access plus 1 week"
+ ExpiresByType application/x-shockwave-flash "access plus 1 week"
+
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..4c4c34c
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.html b/index.html
index c805463..336a5cc 100644
--- a/index.html
+++ b/index.html
@@ -5,16 +5,14 @@
Calculator
-
-
-
-
-
-
-
+
+
+
+
+
@@ -126,6 +124,11 @@
+
+
+
+
+