Creating a simple webpage with a creepy death smiley face logo, the numbers "202", and a glitchy, bloody black-and-white effect can be done using HTML, CSS, and JavaScript. Below is a basic example of such a webpage. You can further adjust the styles, images, or effects according to your preferences.
Save the code below in an HTML file (e.g., `creepy_website.html`) and open it in a web browser to see the result.
```html
<!DOCTYPE html>
<html


