Skip to content

Instantly share code, notes, and snippets.

@yifeiyin
Created February 3, 2017 22:38
Show Gist options
  • Save yifeiyin/d758cd87d57b5f7efee60dd05aa307f5 to your computer and use it in GitHub Desktop.
Save yifeiyin/d758cd87d57b5f7efee60dd05aa307f5 to your computer and use it in GitHub Desktop.
Exercise8 created by yifeiyin - https://repl.it/F6ji/1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<script src="index.js"></script>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form>
Name: <input name="name" type="text"><br>
Address: <input name="address" type="text"><br>
<button>submit</button>
</form>
</body>
</html>
Empty file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment