Mari-X / homepage

My very own personal website. Basically this is just a résumé
https://mari-x.github.io/homepage/
MIT License
0 stars 0 forks source link

add index.html template for the resume #1

Open Mari-X opened 2 years ago

Mari-X commented 2 years ago

Make homepage great! Make it responsive, accessible, informative, credible, readable, descriptive, compatible, consistent, uncluttered, simple, secure, up-to-date. Alternatively, just give up.

Mari-X commented 2 years 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!
</body>
</html>