mirmirko / homepage

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

add index.html template for the resume #8

Open mirmirko opened 1 month ago

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