2025-04-01 09:46:38 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2025-04-01 10:18:11 +02:00
|
|
|
<title>Spik En Span</title>
|
|
|
|
|
<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-01 09:46:38 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-04-01 10:18:11 +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-01 09:46:38 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|