fedolmy / homepage2021

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

Create index.html using GitHub online editor #2

Closed fedolmy closed 3 years ago

fedolmy commented 3 years ago

Create index.html using GitHub online editor and the snippet below:

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