ABertashDev / homepage

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

Add index.html page #5

Closed ABertashDev closed 1 year ago

ABertashDev commented 1 year ago

Create index.html and insert the snippet below in it:

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

Template added into "develop" branch