Skip to content

Instantly share code, notes, and snippets.

@pupubird
Created April 9, 2019 07:34
Show Gist options
  • Save pupubird/806989ebe5d0614a667ea63f8d8af6ff to your computer and use it in GitHub Desktop.
Save pupubird/806989ebe5d0614a667ea63f8d8af6ff to your computer and use it in GitHub Desktop.
<html >
<head>
<title>Contact Form</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<div id="form">
<h1>Subscribe to STC news!</h1>
<h2>Subscribe now to enjoy a free 30-days trial!</h2>
<input type="text" placeholder="Your name">
<input type="text" placeholder="Your email">
<input type="text" placeholder="Your phone number (optional)">
<button>Submit</button>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment