Skip to content

Instantly share code, notes, and snippets.

@vipulgupta2048
Last active April 9, 2021 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipulgupta2048/e6910da7862c1c610427969034755fcd to your computer and use it in GitHub Desktop.
Save vipulgupta2048/e6910da7862c1c610427969034755fcd to your computer and use it in GitHub Desktop.
<body>
<div class="container"><button class="immersive-reader-button" data-button-style="iconAndText data-locale="en"></button>
<h1 id="ir-title">Vipul Gupta's Immersive Reader Demo</h1>
<div id="ir-content" lang="en-us">
<h2>What is Serverless?</h2>
<p>
Serverless computing is a cloud computing execution model in which the cloud provider runs the server, and
dynamically manages the allocation of machine resources. Pricing is based on the actual amount of resources
consumed by an application, rather than on pre-purchased units of capacity or bandwidth.
</p>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment