<!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8" />

  <title>marcusm4ximus</title>

</head>

<body>


<h1>Your Name (

  <a href="https://x.com/you">x</a>,

  <a href="mailto:you@email.com">email</a>,

  <a href="https://github.com/you">github</a>

)</h1>


<p style="color: pink;">hi im you!!!</p>


<p>

  short bio in lowercase if you want that vibe.

  what you do, what you care about.

</p>


<p>

  more paragraphs as needed. link stuff like

  <a href="https://example.com/article">this</a>.

</p>


<br>


<b>Writings:</b>

<ol>

  <li><a href="https://example.com/1">First article</a></li>

  <li><a href="https://example.com/2">Second article</a></li>

</ol>


</body>

</html>