FiLoffs / my-resume

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

Add index.html template for the resume #2

Open FiLoffs opened 1 year ago

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