4639631357
This reverts commit198ddf5bc5, reversing changes made toa49d2c0b35.
26 lines
754 B
HTML
26 lines
754 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Haku</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
|
|
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<h1>Jäsenrekisteri</h1>
|
|
<h2>Hae jäsen</h2>
|
|
<p>Syötä jäsenen nimi:</p>
|
|
<form role="form">
|
|
<div class="form-group">
|
|
<label for="usr">Name:</label>
|
|
<input type="text" class="form-control" id="usr">
|
|
</div>
|
|
</f orm>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |