It appears that i have accidentally put the html code that was before now, to be saved as .html and then ran in the browser. I have made a github page that now lists all of my nimib styled offline tutorials. Also fixed the link, which should of lead to the actual video!
# [Nim for Beginners Sets (Video Link)](https://youtu.be/HLOobTBEtXA) * [Link to the offline tutorial](https://kiloneie.github.io./Nim%20for%20Beginners/Sets/Sets.html) **Video description:** This video will teach you about Sets in Nim and their pros, cons and use cases. There will be a follow up video on hashSets a very similar container type, that is a bit slower but can accept almost any data type, as well as more on Tables(hashTables).