You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.9 KiB
HTML

<head>
<link rel="stylesheet" href="/static/style.css">
<title>
How to be a social justice warrior
</title>
</head>
<body>
<button onclick="history.back()" class="buttonback">Go Back</button>
1 year ago
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-element-bundle.min.js"></script>
1 year ago
<swiper-container pagination="true" navigation="true" lazy="true" keyboard="true" rewind="true">
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_1.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_2.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_3.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_4.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_5.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_6.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_7.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_8.png" loading="lazy">
</swiper-slide>
<swiper-slide>
1 year ago
<img class="sliderimage" src="Howtoidentifyatroll_9.png" loading="lazy">
</swiper-slide>
</swiper-container>
<!-- Initialize Swiper -->
<script>
1 year ago
// var swiper = new Swiper(".mySwiper", {
// keyboard: {
// enabled: true,
// },
// loop: true,
// lazy: true,
// rewind: true,
// grabCursor: true,
// pagination: {
// el: ".swiper-pagination",
// clickable: true,
// },
// navigation: {
// nextEl: ".swiper-button-next",
// prevEl: ".swiper-button-prev",
// },
// });
</script>
</body>