56 lines
2.6 KiB
Cheetah
56 lines
2.6 KiB
Cheetah
|
<!doctype html>
|
||
|
<html lang="en" data-bs-theme="dark">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Probo login</title>
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<header class="mb-4 p-3 text-bg-dark border-bottom">
|
||
|
<div class="container">
|
||
|
|
||
|
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
|
||
|
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
|
||
|
<span class="fs-4 mx-2">Probo_</span>
|
||
|
</a>
|
||
|
|
||
|
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||
|
<li><a href="#" class="nav-link px-2 text-secondary">I tuoi test</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role="search">
|
||
|
<input type="search" class="form-control form-control-dark text-bg-dark" placeholder="Cerca..." aria-label="Search">
|
||
|
</form>
|
||
|
|
||
|
<div class="text-end">
|
||
|
<button type="button" class="btn btn-outline-light me-2">Cerca...</button>
|
||
|
<button type="button" class="btn btn-warning">Esci</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</header>
|
||
|
|
||
|
{{template "content" .}}
|
||
|
|
||
|
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||
|
<div class="col-md-4 d-flex align-items-center">
|
||
|
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
|
||
|
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg>
|
||
|
</a>
|
||
|
<span class="mb-3 mb-md-0 text-body-secondary">© 2024 Andrea Fazzi</span>
|
||
|
</div>
|
||
|
|
||
|
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
|
||
|
<li class="ms-3"><a class="text-body-secondary" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#twitter"></use></svg></a></li>
|
||
|
<li class="ms-3"><a class="text-body-secondary" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#instagram"></use></svg></a></li>
|
||
|
<li class="ms-3"><a class="text-body-secondary" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#facebook"></use></svg></a></li>
|
||
|
</ul>
|
||
|
</footer>
|
||
|
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||
|
</body>
|
||
|
</html>
|