With the Snapcat webpage in place, let's access the values and update the webpage from an included script.

<html>
<head><style>body {min-height: 350px;} input { font-size: 16px; } textarea { font-size: 16px; } </style></head>
<body>
  <img src="https://mimo.app/r/snapcat.png">
  <h3>Create an Account</h3>
  <input id="usernameInput" type="text" placeholder="Username">
  <br>
  <input id="phoneInput" type="text" placeholder="Phone number">
  <br>
  <button onclick="signUp()">Sign up</button>
  <p id="message"></p>
  <script></script>
</body>
</html>]]>