Added files for 1. ZH
This commit is contained in:
63
index.html
Normal file
63
index.html
Normal file
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Jó lesz oldal</h1>
|
||||
<button id="sotet">Sötét mód</button>
|
||||
<input type="text" id="nev" name="nev" placeholder="neved">
|
||||
<input type="email" id="email" name="email" placeholder="email">
|
||||
<input type="submit" id="submit" name="kuldes">
|
||||
|
||||
<div id="employees">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="output">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="card" style="width: 18rem;">
|
||||
|
||||
|
||||
|
||||
<img src="https://picsum.photos/200" class="card-img-top" alt="kép">
|
||||
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Card title</h5>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card’s content.</p>
|
||||
<a href="#" class="btn btn-primary">Go somewhere</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<table class="table table-primary table-striped">
|
||||
<tr>
|
||||
<td><p>asd</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>asd2</p></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<script src="script.js"></script>
|
||||
|
||||
<img class="kep" src="https://images.trvl-media.com/localexpert/1790496/71d84da1-ebdb-49a6-a1e2-75936c03475f.jpg?impolicy=resizecrop&rw=1005&rh=565">
|
||||
<img src="https://images.trvl-media.com/localexpert/1790496/71d84da1-ebdb-49a6-a1e2-75936c03475f.jpg?impolicy=resizecrop&rw=1005&rh=565">
|
||||
|
||||
<p id="szoveges">asdasdasdfgnjdgndjk</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user