Dovahkiin1991 / homepage

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

Make the résumé page look better, learn some HTML, CSS. #8

Closed Dovahkiin1991 closed 7 months ago

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