luiqor / homepage

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

Add HTML intro template #5

Closed luiqor closed 1 month ago

luiqor commented 1 month ago

index.html should contain

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