From 18ceb0fac320131828d866a24d6bba7d29cb2319 Mon Sep 17 00:00:00 2001 From: mountaintechdigital <110779479+mountaintechdigital@users.noreply.github.com> Date: Sun, 7 Aug 2022 11:55:35 -0500 Subject: [PATCH 1/2] Update mithun.html --- views/mithun.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mithun.html b/views/mithun.html index f4749d76..55aa8eaf 100644 --- a/views/mithun.html +++ b/views/mithun.html @@ -1,2 +1,2 @@ -

Welcome to Landmark Technologies

+

Welcome to MountainHouse Tech Digital

DevOps with Linux, Cloud and Python

From 90767a79c704a03234e7064a8caeb506d8897a7d Mon Sep 17 00:00:00 2001 From: "Glenn G. Ngwa" Date: Sat, 20 Aug 2022 20:59:29 -0500 Subject: [PATCH 2/2] Changed Company Name' --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6f80b78d..fcecdb3a 100644 --- a/app.js +++ b/app.js @@ -23,7 +23,7 @@ app.get('/landmarktechnologies', function(request, response) { //response.send("

Welcome to Node JS app develpoed by MyLandmarkTech

"); response.write("

Node JS Application

"); - response.write("

Welcome to Landmark Technologies. Please Contact +14372152483 for more information or send an email to info@mylandmarktech.com

" ); + response.write("

Welcome to Glenn Technologies. Please Contact +14372152483 for more information or send an email to info@mylandmarktech.com

" ); response.end(); })