Skip to content

Instantly share code, notes, and snippets.

@cmoscardi
Created February 27, 2017 12:53
Show Gist options
  • Save cmoscardi/e2f4af12675e5210768180f085ab162a to your computer and use it in GitHub Desktop.
Save cmoscardi/e2f4af12675e5210768180f085ab162a to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=e2f4af12675e5210768180f085ab162a
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<input placeholder="name" id="name" />
<input placeholder="description" id="description" />
<button id="describe-button">Add Item</button>
<div class='info'>Name: Cat
<br />
Description: Tabby
</div>
</body>
</html>
{"enabledLibraries":["jquery"]}
.info {
border: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment