2025-04-03 12:45:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>Document</title>
|
2025-04-03 13:46:41 +02:00
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
2025-04-03 12:45:41 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
</body>
|
2025-04-03 13:46:41 +02:00
|
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
<script src="script.js"></script>
|
|
|
|
|
|
2025-04-03 12:45:41 +01:00
|
|
|
</html>
|