I'm making a blog, which will include profanity and other content, so I want to make a disclaimer before users enter the website, using JavaScript, HTML, or CSS. It can be an entirely new page, it can be internally located inside the page (I'd prefer this).
I'd appreciate it if you just copied and pasted the code: I CAN learn from just looking at it, but you're welcome to explain it to me anyways.
Best answer will be chosen, please help
.
I don't think I made myself clear. I want users to have to AGREE to the disclaimer before they enter the site.
All right, thanks so far.. But (Especially with the alert thing), I already knew how to do all those things.
What I'm looking for is (Let's say my website is ronaldo.com)..
As soon as a user enter ronaldo.com, he or she sees the following text:
"This page contains inappropriate content, only enter if you are mature enough to view it."
Then, there's an OK button and a Cancel button that redirects the user to.. google.com?
If he presses OK, then the page AUTOMATICALLY UPDATES, meaning it doesn't go to ronaldo.com/anotherpartofthewebsite.html, but it stays on ronaldo.com
Am I making myself clear >.<?
I'd appreciate it if you just copied and pasted the code: I CAN learn from just looking at it, but you're welcome to explain it to me anyways.
Best answer will be chosen, please help

I don't think I made myself clear. I want users to have to AGREE to the disclaimer before they enter the site.
All right, thanks so far.. But (Especially with the alert thing), I already knew how to do all those things.
What I'm looking for is (Let's say my website is ronaldo.com)..
As soon as a user enter ronaldo.com, he or she sees the following text:
"This page contains inappropriate content, only enter if you are mature enough to view it."
Then, there's an OK button and a Cancel button that redirects the user to.. google.com?
If he presses OK, then the page AUTOMATICALLY UPDATES, meaning it doesn't go to ronaldo.com/anotherpartofthewebsite.html, but it stays on ronaldo.com
Am I making myself clear >.<?