KUstimenko / resume

My resume
https://kustimenko.github.io/resume/
MIT License
0 stars 0 forks source link

Add index.html template for resume #1

Open KUstimenko opened 1 year ago

KUstimenko commented 1 year ago
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Resume</title>
  </head>
  <body>
Hello World! &#x1F609;
  </body>
</html>