index.html 436 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>My CV</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. </head>
  10. <body>
  11. <h1>Hello world</h1>
  12. <h2>Hello world</h2>
  13. <h3>Hello world</h3>
  14. <h4>Hello world</h4>
  15. <h5>Hello world</h5>
  16. </body>
  17. </html>