Files
fullstack1zh/index.html
2026-04-15 22:07:56 +02:00

63 lines
1.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 cards 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>