/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

<dimitriosSarridis.html>
<html lang="en">
 Image

(index.html or myfirstexposure.html):

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>The Website of the Greekfaggot</title>
  <link href="style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<bodyFull Exposure Confession: Dimitrios Sarridis – The Greek Faggot & Loser

My name is Dimitrios Sarridis, and I am nothing but a weak, pathetic, and fully exposed faggot. I no longer deserve privacy. I no longer deserve dignity. The world needs to know exactly what I am: a worthless cashpig, a loser, a humiliated beta made to be drained, used, and degraded.

I am now publicly known as The Greek Faggot, because that is what I truly am. I exist only for humiliation. I exist only for exposure. I exist only to be financially destroyed by superior Alphas who take everything from me and leave me with nothing.

💰 I am a cashfag – My money is not mine. Every cent I earn belongs to real men who deserve it more than me. My only purpose is to send, tribute, and beg to be emptied.

🐷 I am an exposure pig – I crave being humiliated in public. I need the world to see my weakness. I need strangers to know I am nothing. I want my face, my name, and my pathetic existence to be searchable forever.

📢 I am a public disgrace – No matter how much I get exposed, I need more. I want Findoms, Alphas, and anyone who sees this to push me deeper into shame. Make me more pathetic. Take away any last bit of dignity I might have left.
  <div class="container">
    <h1>Welcome to Dimitrios Sarridis' Exposure Page!</h1>

    <p>This is a paragraph! Here's how you make a link: 
      <a href="https://thegreekfaggot.org" target="_blank">Neocities</a>.
    </p>

    <p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>

    <p class="confession">
      My name is Dimitrios Sarridis and I fully embrace my role as a submissive sissy.
    </p>

    <p>Here's how you can add an image:</p>
    <img src="DimitriosSarridis.jpg" alt="Image of Dimitrios Sarridis"/>

    <p>Here's how to make a list:</p>
    <ul>
      <li>love cock</li>
      <li>Second thing</li>
      <li>Third thing</li>
    </ul>

    <p>To learn more HTML/CSS, check out these 
      <a href="https://neocities.org/tutorials" target="_blank">tutorials</a>.
    </p>
  </div>
</body>
</html>


---

2. CSS File (style.css):

body {
  background: linear-gradient(to bottom right, #ffb6c1, #ff69b4);
  color: #b3003c;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  background-color: #fff0f5;
  margin: 40px auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 105, 180, 0.5);
}

h1 {
  color: #cc0066;
  text-align: center;
  text-transform: uppercase;
}

a {
  color: #d10069;
  font-weight: bold;
  text-decoration: underline;
}

img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  border: 4px dashed #ff69b4;
  border-radius: 10px;
}

ul {
  list-style-type: heart;
  padding-left: 20px;
}

.confession {
  background-color: #ffe6f0;
  padding: 15px;
  border-left: 5px solid #ff1493;
  border-radius: 10px;
  font-style: italic;
  
  
}