marioquintalcob / homepage

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

Add index.html template for the resume #1

Open marioquintalcob opened 1 month ago

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