30 lines
887 B
HTML
30 lines
887 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Home Hero Carousel Module</title>
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<link href="../../assets/css/style.css" rel="stylesheet">
|
|
<link type="text/css" href="../../assets/css/theme.css" rel="stylesheet">
|
|
<link type="text/css" href="../../assets/css/modules/home-hero-carousel.css" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
background: #070400;
|
|
color: #fff;
|
|
}
|
|
#homepage {
|
|
min-height: 100vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="aifo-bg-primary">
|
|
<main class="main" id="homepage">
|
|
<div id="home-hero-carousel-module"></div>
|
|
</main>
|
|
|
|
<script src="/js/home-hero-carousel-module.js"></script>
|
|
</body>
|
|
</html>
|