DavidCarreteroT / my-resume

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

Add index.html template for the resume #1

Open DavidCarreteroT opened 1 year ago

DavidCarreteroT commented 1 year ago
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Resume</title>
</head>
<body>
    - Hello world! &#x1f609;
</body>
</html>