mirmirko / my-resume

My own website
https://mirmirko.github.io/my-resume/
MIT License
0 stars 0 forks source link

Add index.html template for the resume #1

Open mirmirko opened 1 month ago

mirmirko commented 1 month ago
<!DOCTYPE html>
<html>
 <head>
  <meta charset="UTF-8" />
  <title> Resume</title>
 </head>
 <body>
   - Hello World! &#x1F609;
 </body>
</html>