KsanaSal / homepage

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

Create index.html with template #1

Closed KsanaSal closed 11 months ago

KsanaSal commented 11 months ago

Paste template in index.html

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

Paste template in index.html

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

Done