Parle648 / homepage

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

Create index.html template #11

Closed Parle648 closed 2 months ago

Parle648 commented 2 months ago

Create index.html file in root directory and paste this template here

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