|
|
|
|
|
|
|
<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>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-element-bundle.min.js"></script>
|
|
|
|
|
|
|
|
<swiper-container pagination="true" navigation="true" lazy="true" keyboard="true" rewind="true">
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_1.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_2.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_3.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_4.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_5.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_6.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_7.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_8.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
<swiper-slide>
|
|
|
|
<img class="sliderimage" src="Howtoidentifyatroll_9.png" loading="lazy">
|
|
|
|
</swiper-slide>
|
|
|
|
</swiper-container>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Initialize Swiper -->
|
|
|
|
<script>
|
|
|
|
// 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>
|