Create simple presentation using HTML and JavaScript
<div class='container>
<div class='mySlide'>
<h1>Hello world's!</h1>
</div>
<div class='mySlide'>
<h1>second Hello world's!</h1>
</div>
</div>
<script>
let slides = new Sampekne('.mySlide')
</script>
You can change to next slide using Arrow button (left or right) and mouse click, left click to previous and right click to next slide.
You can modify with your own style how you like by editing the CSS