43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>The HTML5 Herald</title>
|
|
<meta name="description" content="The HTML5 Herald">
|
|
<meta name="author" content="SitePoint">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
|
|
|
|
|
|
</head>
|
|
|
|
<body class="bg-light">
|
|
|
|
<div class="container">
|
|
|
|
<div style="margin-top: 200px;">
|
|
<img style="margin: 25px;" src="logo.png" class="rounded mx-auto d-block" alt="logo">
|
|
<form action="search.html">
|
|
<div style="max-width: 60%;" class="input-group mb-3 mx-auto">
|
|
|
|
<span class="input-group-text" id="basic-addon1"><i class="bi bi-search"></i></span>
|
|
<input id="search" type="text" class="form-control" placeholder="Wyszukaj film..."
|
|
aria-describedby="basic-addon1" name="search">
|
|
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
|
|
crossorigin="anonymous"></script>
|
|
<!-- <script>src = "js/script.js"</script> -->
|
|
</body>
|
|
|
|
</html> |