Thursday, 24 March 2022

free host websites

 https://github.com/settings/installations/24380275

https://dash.cloudflare.com/8f455e7b779b3aade7e5d127cd3389b5/pages


https://dash.cloudflare.com/8f455e7b779b3aade7e5d127cd3389b5/pages/new/github


https://developers.cloudflare.com/pages/framework-guides/deploy-a-blazor-site/

how to deploy


neice website dashboard

https://dashboard.render.com/


No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...