Skip to content

Instantly share code, notes, and snippets.

@mikepfeiffer
Created December 16, 2018 19:38
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 mikepfeiffer/39716742214a84ffed96d7e265ecea19 to your computer and use it in GitHub Desktop.
Save mikepfeiffer/39716742214a84ffed96d7e265ecea19 to your computer and use it in GitHub Desktop.
Webform for a serverless application demo
<div class="container">
<h1 class="display-4 mb-4">What's your name?</h1>
<hr>
<div id="output"></div>
<form id="submitMessage">
<div class="form-group">
<input type="text" id="name" class="form-control" placeholder="Type your name...">
</div>
<input type="submit" class="btn btn-secondary" value="Submit">
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment