Fjortis / my-resume

My own website
MIT License
0 stars 0 forks source link

add index.html template for the resume #1

Open Fjortis opened 4 months ago

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