jmsxxi / homepage

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

Add index.html template #5

Closed jmsxxi closed 3 months ago

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

done