Nazar832 / homepage-

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

Add index.html template #5

Closed Nazar832 closed 9 months ago

Nazar832 commented 9 months ago

Create index.html and fill it with some code.

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