Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created March 20, 2017 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/aea87a792bbb340830810f75468b11b7 to your computer and use it in GitHub Desktop.
Save ksakae1216/aea87a792bbb340830810f75468b11b7 to your computer and use it in GitHub Desktop.
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<html >
<head>
<meta charset="UTF-8">
<title>Simple Form with Icons</title>
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<body>
<fieldset>
<h1>Login</h1>
<form>
<div class="iconUser"></div>
<input type="text" placeholder="ユーザー名" required>
<br><br>
<div class="iconPassword"></div>
<input type="password" placeholder="パスワード" required>
<input type="submit" value="ログイン">
</form>
</fieldset>
</body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment