You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
403 B
9 lines
403 B
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
{{#if config.cssUrl }}<link rel="stylesheet" href="{{ config.cssUrl }}">
|
|
{{/if}}<link rel="stylesheet" href="styles/page--main.css">
|
|
<link rel="stylesheet" href="styles/{{ config.blockName }}.min.css">
|
|
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
|
|
</head>
|
|
|