37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
|
<title>Document</title>
|
||
|
|
<script src="alap.js"></script>
|
||
|
|
</head>
|
||
|
|
<body class="m-5">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-sm-4"></div>
|
||
|
|
<div class="col-sm-4">
|
||
|
|
<select id="lenyilo"></select></div>
|
||
|
|
<table class="table table-dark">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<th>Nev</th>
|
||
|
|
<th>Neme</th>
|
||
|
|
<th>haza</th>
|
||
|
|
<th>Szinesz</th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody id="torzs">
|
||
|
|
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
<div class="col-sm-4"></div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="row" id="kepek">
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|