diff --git a/.env.example b/.env.example index 3c10ec4..038e7b1 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,5 @@ DB_URL="your_mongo_db_url" SESSION_SECRET="your_session_secret" CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name" CLOUDINARY_API_KEY="your_cloudinary_api_key" -CLOUDINARY_API_SECRET="your_cloudinary_api_secret" \ No newline at end of file +CLOUDINARY_API_SECRET="your_cloudinary_api_secret" + diff --git a/views/index.ejs b/views/index.ejs index e2446e6..9cca95b 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -246,6 +246,144 @@ document.getElementById("progress-bar").style.width = scrolled + "%"; }; + +
+ + + + + + + + + + +