[新着] Webテンプレートを仮オープンしました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja" dir="ltr">
<head>
<title></title>
<style type="text/css">
button{
font-size: small;
}
em{
font-style: normal;
font-size: medium;
}
</style>
</head>
<body>
<form action="〜">
<fieldset><button type="submit"><em>従業員No</em><br>登録</button></fieldset>
</form>
</body>
</html>