Skip to content

Instantly share code, notes, and snippets.

@omoon
Created April 24, 2012 00:36
Show Gist options
  • Save omoon/2474981 to your computer and use it in GitHub Desktop.
Save omoon/2474981 to your computer and use it in GitHub Desktop.
2012/04/27 FuelPHP 勉強会題材
<html>
<head>
<meta charset="utf-8">
<title>
2012/04/27 FuelPHP 勉強会題材
</title>
</head>
<body>
<form>
名前:<input type="text" name="name" />(必須)<br />
メールアドレス:<input type="text" name="email" />(必須)<br />
メールアドレス(確認):<input type="text" name="email2" />(必須)<br />
生年月日:<input type="text" name="birth" />(任意 YYYY-MM-DD)<br />
<input type="submit" value="確認" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment