diff --git a/.env b/.env
new file mode 100644
index 0000000..e3cc154
--- /dev/null
+++ b/.env
@@ -0,0 +1,3 @@
+# .env
+VITE_API_URL=https://api.example.com
+VITE_API_KEY=your_api_key
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index ded76cb..4a4fa51 100755
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@ pkg/
Cargo.lock
node_modules/
dist/
-.vscode
\ No newline at end of file
+.vscode
+public/ssl/
\ No newline at end of file
diff --git a/index.html b/index.html
index 648bee8..58c8aed 100755
--- a/index.html
+++ b/index.html
@@ -17,6 +17,11 @@
-
+