From bf8f750a72c0b7aa1862db89bfc846df547ce258 Mon Sep 17 00:00:00 2001 From: Rishabh Lakhotia Date: Wed, 29 Nov 2023 19:34:11 +0530 Subject: [PATCH] Add netlify status page (#82) Signed-off-by: Saalim Quadri --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2634e22..81094dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Landing-webpage Point Blank -![Powered by Vercel](website/static/img/powered-by-vercel.svg) +[![Netlify Status](https://api.netlify.com/api/v1/badges/78bf83ca-927b-470d-a103-b7a66a680ce9/deploy-status)](https://app.netlify.com/sites/pbpage/deploys) This is the landing page of Point Blank. A coding community of Dayananda Sagar College of Engineering, Bangalore. The site is deployed on Vercel. @@ -53,4 +53,4 @@ Steps to install NodeJs [Here](https://nodejs.org/en/download/) ``` -The site starts at http://localhost:3000/ after starting the server. \ No newline at end of file +The site starts at http://localhost:3000/ after starting the server.