src/main/webapp/index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=yes"/>
<title>リマインダー LINE Notify リリーホワイト</title>
</head>
<body>
<h1>リマインダー LINE Notify リリーホワイト</h1>
<form action="/line_hook" method="post">
<h3>リマインダー日時</h3>
<input type="date" name="date">
<input type="time" name="time">
<h3>リマインダーメッセージ</h3>
<input type="text" name="text"/>
<p>
<input type="submit" value="送信"><input type="reset" value="リセット">
</p>
</form>
</body>
</html>