25 lines
939 B
HTML
25 lines
939 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="hu">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<!-- CSS only -->
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
|
||
|
<title>Színházjegyek</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div id='szinhazterem'>
|
||
|
<script src="script.js"></script>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<!-- JavaScript Bundle with Popper -->
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
||
|
</body>
|
||
|
</html>
|