httpjms / my-resume

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

add index.html template for the resume #1

Open httpjms opened 1 month ago

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