Pitis6 / homepage

My first personal website. Basically it is just a résumé.
https://pitis6.github.io/homepage/
MIT License
0 stars 0 forks source link

Create an index.html #5

Closed Pitis6 closed 3 months ago

Pitis6 commented 3 months ago

Be kind and copy-paste the provided code into the index.html file.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Résumé</title>
  </head>
  <body>
    ― Hello World! &#x1F609;
  </body>
</html>