KrisMakarovska / homepage

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

Create index.html file for Resume #1

Closed KrisMakarovska closed 1 year ago

KrisMakarovska commented 1 year ago

Add this markup to the index.html file:

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

Index.html file was created and markup was added to the file.