phoebe-buffay / homepage

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

Create index.html #9

Closed phoebe-buffay closed 1 month ago

phoebe-buffay commented 1 month ago

Create index.html and insert the snippet below in it:


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